cmpt-huitu-cli 1.0.1 → 1.0.2

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
@@ -101,12 +101,23 @@ my-project/
101
101
 
102
102
  ```vue
103
103
  <script setup>
104
- import { HTable, ModuleTitle } from 'cmpt-huitu-ui'
104
+ import { HTable, VexTable, HtDialog } from 'cmpt-huitu-ui'
105
105
  </script>
106
106
 
107
107
  <template>
108
- <ModuleTitle title="模块标题" />
109
- <HTable :data="tableData" />
108
+ <HTable
109
+ :data="tableData"
110
+ :columns="columns"
111
+ />
112
+ <VexTable
113
+ :data="tableData"
114
+ :columns="columns"
115
+ />
116
+ <HtDialog
117
+ v-model="visible"
118
+ title="对话框"
119
+ >内容</HtDialog
120
+ >
110
121
  </template>
111
122
  ```
112
123
 
@@ -166,4 +177,3 @@ proxy: {
166
177
  ## 📄 许可证
167
178
 
168
179
  ISC
169
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmpt-huitu-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "慧图前端项目工程化 CLI 工具",
6
6
  "main": "index.js",
Binary file