vue2-client 1.8.245 → 1.8.246

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.245",
3
+ "version": "1.8.246",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -20,8 +20,8 @@ import XStepView from './common/XStepView'
20
20
  import Tree from './common/Tree'
21
21
  import CreateQuery from './common/CreateQuery'
22
22
  import CreateSimpleFormQuery from './common/CreateSimpleFormQuery'
23
- import XFormGroup from '@/base-client/components/common/XFormGroup'
24
- import XDescriptionsGroup from '@/base-client/components/common/XDescriptions/XDescriptionsGroup.vue'
23
+ import XFormGroup from './common/XFormGroup'
24
+ import XDescriptionsGroup from './common/XDescriptions/XDescriptionsGroup.vue'
25
25
 
26
26
  export default {
27
27
  XForm,