@el-plus/ui 0.0.5 → 0.0.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # el-plus
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ts类型修改
8
+
3
9
  ## 0.0.5
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- # Fang Common
2
-
3
1
  基于 pnpm workspace + ts + element-plus 开发
4
2
 
5
3
  ## 完整引入
package/components.ts CHANGED
@@ -5,5 +5,14 @@ import Input from '@el-plus/components/input'
5
5
  import SearchListPage from '@el-plus/components/searchListPage'
6
6
  import Select from '@el-plus/components/select'
7
7
  import Table from '@el-plus/components/table'
8
+ import Title from '@el-plus/components/title'
8
9
 
9
- export default [Buttons, Form, Input, SearchListPage, Select, Table] as Plugin[]
10
+ export default [
11
+ Buttons,
12
+ Form,
13
+ Input,
14
+ SearchListPage,
15
+ Select,
16
+ Table,
17
+ Title,
18
+ ] as Plugin[]
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@el-plus/ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "pro base on element-plus",
5
5
  "module": "index.ts",
6
6
  "keywords": [
7
7
  "element-plus",
8
- "vue3"
8
+ "vue3",
9
+ "typescript"
9
10
  ],
10
11
  "author": "pengfei.yin",
11
12
  "license": "MIT",