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.
- package/components/AuiIcon.vue +1 -1
- package/package.json +1 -1
package/components/AuiIcon.vue
CHANGED
|
@@ -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 '
|
|
10
|
+
import * as svgFiles from '@/components/icons/index.js';
|
|
11
11
|
|
|
12
12
|
// 核心修复:使用 CommonJS 导入方式兼容不同环境
|
|
13
13
|
const { DOMParser, XMLSerializer } = require('@xmldom/xmldom');
|