@kengic/vue 0.26.6-beta.15 → 0.26.6-beta.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,8 +20,8 @@ export declare type IKgOptions = {
20
20
  useUserStore: StoreDefinition<any, any, any, any>;
21
21
  };
22
22
  /**
23
- * 初始化组件库.
23
+ * 初始.
24
24
  *
25
- * @param options 参数.
25
+ * @param options 选项参数.
26
26
  */
27
27
  export declare function setup(options: IKgOptions): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.15",
3
+ "version": "0.26.6-beta.16",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
@@ -40,7 +40,7 @@
40
40
  "@iconify-icons/mdi": "1.2.48",
41
41
  "@iconify-icons/ph": "1.2.5",
42
42
  "@iconify/vue": "4.1.1",
43
- "@kengic/core": "6.0.1-beta.16",
43
+ "@kengic/core": "6.0.1-beta.18",
44
44
  "@kengic/pont": "1.2.17-beta.1",
45
45
  "@rys-fe/vite-plugin-theme": "0.8.6",
46
46
  "@thymine/xunee": "0.4.9-beta.8",