telephone-clients 4.0.0-1-1 → 4.0.0-1-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.
package/src/main.js CHANGED
@@ -1,24 +1,24 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import all from 'vue-client/src/all'
4
- import system from 'system-clients/src/system'
5
- import telephone from './telephone'
6
- // import safecheck from 'safecheck-client/src/safecheck'
7
- import echarts from 'echarts'
8
- Vue.prototype.$echarts = echarts
9
-
10
- /** **************************通用组件******************************/
11
- all()
12
- system(false)
13
- telephone('gongyi')
14
- // safecheck('bayan')
15
- require('./expandcss.less')
16
- require('system-clients/src/styles/less/bootstrap.less')
17
- require('./telephoneanaly.less')
18
- // 测试
19
-
20
- Vue.component('test', (resolve) => { require(['./components/Test'], resolve) })
21
- new Vue({
22
- el: 'body',
23
- components: { App }
24
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import all from 'vue-client/src/all'
4
+ import system from 'system-clients/src/system'
5
+ import telephone from './telephone'
6
+ // import safecheck from 'safecheck-client/src/safecheck'
7
+ import echarts from 'echarts'
8
+ Vue.prototype.$echarts = echarts
9
+
10
+ /** **************************通用组件******************************/
11
+ all()
12
+ system(false)
13
+ telephone('huaran')
14
+ // safecheck('bayan')
15
+ require('./expandcss.less')
16
+ require('system-clients/src/styles/less/bootstrap.less')
17
+ require('./telephoneanaly.less')
18
+ // 测试
19
+
20
+ Vue.component('test', (resolve) => { require(['./components/Test'], resolve) })
21
+ new Vue({
22
+ el: 'body',
23
+ components: { App }
24
+ })