@kengic/vue 0.28.3-beta.1 → 0.28.3-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1 +1,8 @@
1
1
  # @kengic/vue
2
+
3
+ ## 代码规范
4
+
5
+ ### 代码命名
6
+
7
+ 1. ComputedRef 类型的变量使用 $$ 后缀
8
+ 2. Ref 类型的变量使用 $ 后缀