address-client 3.2.97 → 3.2.99

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.
@@ -1,9 +1,9 @@
1
- // 添加小区管理
2
- import Vue from 'vue'
3
-
4
- let specialComp = {
5
- 'area-list': (resolve) => { require(['./AreaList'], resolve) },
6
- // 添加小区
7
- 'add-area-msg': (resolve) => { require(['./AddAreaMsg'], resolve) }
8
- }
9
- exports.specialComp = specialComp
1
+ // 添加小区管理
2
+ import Vue from 'vue'
3
+
4
+ let specialComp = {
5
+ 'area-list': (resolve) => { require(['./AreaList'], resolve) },
6
+ // 添加小区
7
+ 'add-area-msg': (resolve) => { require(['./AddAreaMsg'], resolve) }
8
+ }
9
+ exports.specialComp = specialComp
package/src/main.js CHANGED
@@ -1,22 +1,22 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import { system } from 'system-clients'
5
- import { ldap } from 'ldap-clients'
6
- import address from './address'
7
-
8
- Vue.config.silent = true
9
-
10
- /** **************************通用组件******************************/
11
- all()
12
- address('WEINAN')
13
- system(false)
14
- ldap()
15
- // sale()
16
- require('system-clients/src/styles/less/bootstrap.less')
17
-
18
-
19
- new Vue({
20
- el: 'body',
21
- components: { App }
22
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import { system } from 'system-clients'
5
+ import { ldap } from 'ldap-clients'
6
+ import address from './address'
7
+
8
+ Vue.config.silent = true
9
+
10
+ /** **************************通用组件******************************/
11
+ all()
12
+ address('WEINAN')
13
+ system(false)
14
+ ldap()
15
+ // sale()
16
+ require('system-clients/src/styles/less/bootstrap.less')
17
+
18
+
19
+ new Vue({
20
+ el: 'body',
21
+ components: { App }
22
+ })