@kengic/vue 0.27.1-beta.6 → 0.27.1-beta.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
2
  import { IKgProps, IKgSlots } from './KgVar.vm';
3
- import './KgVar.less';
3
+ import './KgVar.css';
4
4
  export declare function getProps(): {
5
5
  /**
6
6
  * 是否使用灰色背景.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.27.1-beta.6",
3
+ "version": "0.27.1-beta.7",
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",