@kengic/vue 0.29.1-beta.1 → 0.29.1-beta.3

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.
@@ -4,10 +4,8 @@ export declare const NODE_KEY: {
4
4
  PATH: string;
5
5
  /** 小车. */
6
6
  RGV: string;
7
- /** 小车:目的路线. */
8
- RGV_DST_PATH: string;
9
- /** 小车:起始路线. */
10
- RGV_SRC_PATH: string;
7
+ /** 小车:路线. */
8
+ RGV_PATH: string;
11
9
  /** 小车:托盘. */
12
10
  RGV_UI_CONTAINER: string;
13
11
  /** 小车:选中. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.29.1-beta.1",
3
+ "version": "0.29.1-beta.3",
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",