cloud-web-corejs 1.0.54-dev.230 → 1.0.54-dev.232

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.230",
4
+ "version": "1.0.54-dev.232",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -36,6 +36,7 @@ import scriptHttpMixin from "../../../components/xform/mixins/scriptHttp";
36
36
  import defaultHandleMixin from "../../../components/xform/mixins/defaultHandle";
37
37
  import xeUtils from "xe-utils";
38
38
  import {extendDeeply} from "@base/utils/index.js";
39
+ import '@base/components/xform/utils/directive'
39
40
 
40
41
  let modules = {};
41
42
  const baseRefUtil = {
package/src/index.js CHANGED
@@ -150,7 +150,7 @@ import langImport from '@base/components/langImport/index.js';
150
150
  Vue.use(langImport);
151
151
 
152
152
  //vform
153
- import '@base/components/xform/utils/directive'
153
+ // import '@base/components/xform/utils/directive'
154
154
 
155
155
 
156
156
  import i18n from '@base/lang/index.js'
@@ -17,8 +17,8 @@
17
17
  </div>
18
18
  </template>
19
19
  <script>
20
- import bd_attach_setting_list from "@/views/bd/setting/bd_attach_setting/list.vue";
21
- import request_setting_list from "@/views/user/request_setting/list.vue";
20
+ import bd_attach_setting_list from "@base/views/bd/setting/bd_attach_setting/list.vue";
21
+ import request_setting_list from "@base/views/user/request_setting/list.vue";
22
22
 
23
23
  export default {
24
24
  name: "list",