tianheng-ui 0.0.57 → 0.0.59

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.57",
4
+ "version": "0.0.59",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -9,7 +9,7 @@
9
9
  "scripts": {
10
10
  "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
11
11
  "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
12
- "build:test": "cross-env NODE_ENV=test webpack --progress --hide-modules"
12
+ "build:npm": "cross-env NODE_ENV=npm webpack --progress --hide-modules"
13
13
  },
14
14
  "dependencies": {
15
15
  "ace-builds": "^1.4.13",
@@ -19,7 +19,7 @@ export default {
19
19
  return className;
20
20
  },
21
21
  selfStyle() {
22
- const parent = this.$parent;
22
+ let parent = this.$parent;
23
23
  while (parent && parent.$options.name !== "ThRow") {
24
24
  parent = parent.$parent;
25
25
  }