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
@@ -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 '
|
242
|
+
import AddressSelect from '@vue2-client/pages/addressSelect/index.vue'
|
243
243
|
|
244
244
|
export default {
|
245
245
|
name: 'WorkFlowHandle',
|