st-comp 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/README.md CHANGED
@@ -5,4 +5,5 @@ npm run dev
5
5
  ### 打包项目
6
6
  npm run build
7
7
 
8
- ### 发布npm
8
+ ### 发布npm包(发布请联系倪鼎升)
9
+ npm publish
package/components.d.ts CHANGED
@@ -15,6 +15,9 @@ declare module 'vue' {
15
15
  ElTable: typeof import('element-plus/es')['ElTable']
16
16
  ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
17
17
  Kline: typeof import('./src/components/Kline/index.vue')['default']
18
+ KlineGroup: typeof import('./src/components/KlineGroup/index.vue')['default']
19
+ RouterLink: typeof import('vue-router')['RouterLink']
20
+ RouterView: typeof import('vue-router')['RouterView']
18
21
  Table: typeof import('./src/components/Table/index.vue')['default']
19
22
  }
20
23
  export interface ComponentCustomProperties {