snail.vue 1.0.36 → 1.0.37

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/.code-snippets CHANGED
@@ -34,5 +34,12 @@
34
34
  "</style>"
35
35
  ],
36
36
  "description": "Vue组件模板代码"
37
+ },
38
+ // ***************************************** 👉 公共类样式 *****************************************
39
+ "tips-text": {
40
+ "prefix": "tips-text",
41
+ "scope": "html",
42
+ "description": "公共类样式:提示文本",
43
+ "body": "class=\"tips-text\"",
37
44
  }
38
45
  }