vue2-client 1.14.86 → 1.14.87

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.14.86",
3
+ "version": "1.14.87",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -239,7 +239,7 @@ import * as util from '@vue2-client/utils/util'
239
239
  import { getConfigByNameAsync, runLogic } from '@vue2-client/services/api/common'
240
240
  import XTab from '@vue2-client/base-client/components/common/XTab/XTab.vue'
241
241
  import WorkFlowPreview from './WorkFlowPreview'
242
- import AddressSelect from '@/pages/addressSelect/index.vue'
242
+ import AddressSelect from '@vue2-client/pages/addressSelect/index.vue'
243
243
 
244
244
  export default {
245
245
  name: 'WorkFlowHandle',