@peng_kai/kit 0.2.6-base.0 → 0.2.6-base.1

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.
@@ -1,6 +1,15 @@
1
1
  <script lang="ts">
2
2
  import { useMutation, useQuery, useQueryClient } from '@tanstack/vue-query';
3
3
  import { computed, nextTick } from 'vue';
4
+ import {
5
+ Button as AButton,
6
+ Card as ACard,
7
+ Form as AForm,
8
+ FormItem as AFormItem,
9
+ Input as AInput,
10
+ InputPassword as AInputPassword,
11
+ QRCode as AQrcode,
12
+ } from 'ant-design-vue';
4
13
  import { useAntdForm } from '../../../../antd/hooks/useAntdForm';
5
14
 
6
15
  export { setDeps };
@@ -1,5 +1,13 @@
1
1
  <script lang="ts">
2
2
  import { nextTick } from 'vue';
3
+ import {
4
+ Button as AButton,
5
+ Form as AForm,
6
+ FormItem as
7
+ AFormItem,
8
+ Input as AInput,
9
+ InputPassword as AInputPassword,
10
+ } from 'ant-design-vue';
3
11
  import { hasToken } from '../../../../utils';
4
12
  import { useAntdForm } from '../../../../antd/hooks/useAntdForm';
5
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@peng_kai/kit",
3
3
  "type": "module",
4
- "version": "0.2.6-base.0",
4
+ "version": "0.2.6-base.1",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "ISC",