ソースを参照

Merge branch 'next' of https://github.com/jdf2e/nutui into next

zhenyulei 5 年 前
コミット
e29a80e613
1 ファイル変更9 行追加0 行削除
  1. 9 0
      src/config.ts

+ 9 - 0
src/config.ts

@@ -26,6 +26,15 @@ export const nav = [
     name: '基础组件',
     packages: [
       {
+        name: 'Temp',
+        sort: 1,
+        cName: '模板组件',
+        type: 'component',
+        show: true,
+        desc: '组件模板示例',
+        author: 'richard1015'
+      },
+      {
         name: 'Cell',
         sort: 1,
         cName: '单元格组件',