create-jnrs-vue 1.2.29 → 1.2.30

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jnrs-vue",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "description": "JNRS 信息化管理系统",
5
5
  "author": "talia_tan",
6
6
  "private": true,
@@ -19,6 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@element-plus/icons-vue": "^2.3.2",
22
+ "@jnrs/lingshu-smart": "2.2.9",
22
23
  "@jnrs/shared": "1.1.23",
23
24
  "@jnrs/vue-core": "1.2.15",
24
25
  "@vueuse/core": "^14.1.0",
@@ -1,5 +1,6 @@
1
1
  <script setup lang="ts">
2
- // import { type ICase, LingshuSmartEditor } from '@jnrs/lingshu-smart/components'
2
+ // import { type ICase } from '@jnrs/lingshu-smart'
3
+ // import { LingshuSmartEditor } from '@jnrs/lingshu-smart/components'
3
4
 
4
5
  // /**
5
6
  // * 加载方案列表数据
@@ -1,8 +1,8 @@
1
1
  <script setup lang="ts">
2
- // import { type ICase, type ILayer, type ILayerOperating, type InteractiveUi, EnumModel } from '@/types'
2
+ // import { type ICase, type ILayer, type ILayerOperating, type InteractiveUi, EnumModel } from '@jnrs/lingshu-smart'
3
+ // import { LingshuSmartPreview } from '@jnrs/lingshu-smart/components'
3
4
  // import { ref, computed, onMounted } from 'vue'
4
5
  // import { uuidv4 } from '@jnrs/shared/uuid'
5
- // import LingshuSmartPreview from '@/components/preview/index.vue'
6
6
 
7
7
  // // 预览组件实例
8
8
  // const lingshuSmartPreviewRef = ref()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-jnrs-vue",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "description": "巨能前端工程化开发,Vue 项目模板脚手架",
5
5
  "keywords": [
6
6
  "vue",