wui-components-v2 1.0.0 → 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.
Files changed (3) hide show
  1. package/index.ts +6 -5
  2. package/package.json +1 -1
  3. package/test.vue +3 -1
package/index.ts CHANGED
@@ -16,10 +16,11 @@ function install(Vue: App) {
16
16
  })
17
17
  }
18
18
 
19
- // export const coreFunctions = {
20
- // useLocale,
21
- // useManualTheme,
22
- // request,
23
- // }
19
+ export const coreFunctions = {
20
+ // useLocale,
21
+ // useManualTheme,
22
+ // request,
23
+ fff: () => { console.log('sssssss') },
24
+ }
24
25
 
25
26
  export default install // 这个方法以后再使用的时候可以被vue.use调用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wui-components-v2",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "wui 组件库",
5
5
  "author": "wgxshh",
6
6
  "license": "MIT",
package/test.vue CHANGED
@@ -1,5 +1,7 @@
1
1
  <script setup lang="ts">
2
-
2
+ defineOptions({
3
+ name: 'Wtest',
4
+ })
3
5
  </script>
4
6
 
5
7
  <template>