create-young-proj 1.2.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -667,13 +667,8 @@
667
667
  },
668
668
  "route": {
669
669
  "body": [
670
- "<route lang=\"json\">",
671
- "{",
672
- " \"needLogin\": false,",
673
- " \"style\": {",
674
- "",
675
- " }",
676
- "}",
670
+ "<route lang=\"yaml\">",
671
+ "needLogin: false",
677
672
  "</route>"
678
673
  ],
679
674
  "prefix": "<route",
@@ -33,6 +33,8 @@ npm i -g young-commit
33
33
 
34
34
  - 🛠️ `pinia` 状态管理, 简单易用
35
35
 
36
+ - 🛠️ 便捷的工具函数库 [@uni-helper/uni-use](https://www.npmjs.com/package/@uni-helper/uni-use) 以及 [@vueuse/core](https://vueuse.org/functions.html)
37
+
36
38
  - 📦 自动按需导入组件和 `API`, 减少冗余代码, 自定义的组件和方法亦可自动导入
37
39
 
38
40
  - 方法自动导入,基于 [unplugin-auto-import](https://www.npmjs.com/package/unplugin-auto-import)