Browse Source

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

zhenyulei 5 years ago
parent
commit
e29a80e613
1 changed files with 9 additions and 0 deletions
  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: '单元格组件',