tianheng-ui 0.0.41 → 0.0.42

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.41",
4
+ "version": "0.0.42",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -4,8 +4,8 @@ import 'normalize.css/normalize.css'
4
4
  import MakingForm from './Container.vue'
5
5
  import GenerateForm from './GenerateForm.vue'
6
6
 
7
- import enUS from 'lib/lang/en-US'
8
- import zhCN from 'lib/lang/zh-CN'
7
+ import enUS from './lang/en-US'
8
+ import zhCN from './lang/zh-CN'
9
9
 
10
10
  import './iconfont/iconfont.css'
11
11
  import './styles/cover.scss'
File without changes
File without changes