@baosight/er4j 0.0.9 → 0.0.10

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": "@baosight/er4j",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",
@@ -6,9 +6,9 @@
6
6
  </template>
7
7
 
8
8
  <script lang="ts">
9
- import ErMenuDevPlat from '@/components/ErMenuDevPlat/ErMenuDevPlat.vue';
9
+ // import ErMenuDevPlat from '@/components/ErMenuDevPlat/ErMenuDevPlat.vue';
10
10
 
11
- // import { ErMenuDevPlat } from "@baosight/er4j";
11
+ import { ErMenuDevPlat } from "@baosight/er4j";
12
12
 
13
13
  import { onMounted } from 'vue'
14
14
  export default {
@@ -14,12 +14,12 @@
14
14
 
15
15
  <script lang="ts" setup name="JAER02">
16
16
  import { getCurrentInstance } from "vue";
17
- import { ER } from '@/utils/er';
18
- import ErPanel from '@/components/ErPanel/ErPanel.vue';
19
- import ErLayout from '@/components/ErLayout/ErLayout.vue';
20
- import ErGrid from '@/components/ErGrid/ErGrid.vue';
17
+ // import { ER } from '@/utils/er';
18
+ // import ErPanel from '@/components/ErPanel/ErPanel.vue';
19
+ // import ErLayout from '@/components/ErLayout/ErLayout.vue';
20
+ // import ErGrid from '@/components/ErGrid/ErGrid.vue';
21
21
 
22
- // import { ER, ErPanel, ErGrid, ErLayout } from "@baosight/er4j";
22
+ import { ER, ErPanel, ErGrid, ErLayout } from "@baosight/er4j";
23
23
 
24
24
  import { nextTick, onMounted, ref } from 'vue'
25
25
  const formInstance = getCurrentInstance();