vue2-client 1.2.53 → 1.2.54
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 +1 -1
- package/src/base-client/all.js +1 -1
package/package.json
CHANGED
package/src/base-client/all.js
CHANGED
|
@@ -27,7 +27,7 @@ import FormGroupQuery from '@vue2-client/base-client/components/common/FormGroup
|
|
|
27
27
|
import FormGroupEdit from '@vue2-client/base-client/components/common/FormGroupEdit'
|
|
28
28
|
import JSONToTree from '@vue2-client/base-client/components/common/JSONToTree'
|
|
29
29
|
import Upload from '@vue2-client/base-client/components/common/Upload'
|
|
30
|
-
import AddressSearchCombobox from '@/base-client/components/common/AddressSearchCombobox
|
|
30
|
+
import AddressSearchCombobox from '@/base-client/components/common/AddressSearchCombobox'
|
|
31
31
|
import CitySelect from '@/base-client/components/common/CitySelect'
|
|
32
32
|
// 插件
|
|
33
33
|
import Plugins from '@vue2-client/base-client/plugins'
|