@kengic/vue 0.26.6-beta.84 → 0.26.6-beta.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,6 @@ import { StoreDefinition } from 'pinia';
2
2
  import { App } from 'vue';
3
3
  import { Router } from 'vue-router';
4
4
  import { IKgOption, P } from '../index.store';
5
- import '@kengic/core/react';
6
5
  import '@kengic/core/react/index.css';
7
6
  export declare type IKgOptions = {
8
7
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.84",
3
+ "version": "0.26.6-beta.86",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -39,7 +39,7 @@
39
39
  "@iconify-icons/mdi": "1.2.48",
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.2",
42
- "@kengic/core": "6.0.1-beta.94",
42
+ "@kengic/core": "6.0.1-beta.97",
43
43
  "@kengic/pont": "1.2.17-beta.1",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",