Caner 3 years ago
parent
commit
1f329bb48b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -48,7 +48,7 @@ import { onMounted, ref, computed} from 'vue'
       console.log(123)
       console.log(123)
     }
     }
     test().then(res=>{})
     test().then(res=>{})
-    
+
     <!-- vue 方法区 -->
     <!-- vue 方法区 -->
     onMounted(() => {test()})
     onMounted(() => {test()})
 
 
@@ -89,6 +89,7 @@ import { onMounted, ref, computed} from 'vue'
    */
    */
 * 函数调用
 * 函数调用
   * async 在没有其它函数调用的情况下,写成.then
   * async 在没有其它函数调用的情况下,写成.then
+
 ### CSS
 ### CSS
 * 不允许使用无封装或不唯一的全局类样式,必须使用时需备注说明并慎重选择类名
 * 不允许使用无封装或不唯一的全局类样式,必须使用时需备注说明并慎重选择类名
 * 颜色赋值使用 `var(--color-a)` 写法,无特殊说明不允许直接赋值
 * 颜色赋值使用 `var(--color-a)` 写法,无特殊说明不允许直接赋值