wyfe-ivue 1.11.0 → 1.11.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
@@ -32,14 +32,8 @@ dynamicLoadFile(getConfig('ICONFONT_URL.FONT'))
32
32
  // 引入iconfont symbol图标
33
33
  dynamicLoadFile(getConfig('ICONFONT_URL.SYMBOL'), 'js')
34
34
 
35
- type ComponentExports = {
36
- [K in keyof typeof WyfeIVue]: (typeof WyfeIVue)[K] extends Component
37
- ? (typeof WyfeIVue)[K]
38
- : never
39
- }
40
-
41
35
  export default (app: App) => {
42
- const components = WyfeIVue as ComponentExports
36
+ const components = WyfeIVue
43
37
 
44
38
  for (const [key, component] of Object.entries(components)) {
45
39
  key.startsWith('Use') && app.component(key, component)
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-C1ZZC6dq.js";
2
+ export {
3
+ f as default
4
+ };