rrj-astra-ui 1.0.9 → 1.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.
@@ -7,7 +7,7 @@
7
7
  <script setup>
8
8
  import { ref, computed, onMounted } from 'vue';
9
9
  import { camelize } from '@vue/shared';
10
- import * as svgFiles from '../icons/index.js';
10
+ import * as svgFiles from '@/components/icons/index.js';
11
11
 
12
12
  // 核心修复:使用 CommonJS 导入方式兼容不同环境
13
13
  const { DOMParser, XMLSerializer } = require('@xmldom/xmldom');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrj-astra-ui",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "AstraUI - A powerful UI framework for UniApp with global SCSS color variables",
5
5
  "main": "index.js",
6
6
  "keywords": [