fix: 删除错误引入AIcon
This commit is contained in:
parent
6549c98605
commit
0f17aee1ab
|
@ -90,7 +90,6 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang='ts' name="Parsing">
|
<script setup lang='ts' name="Parsing">
|
||||||
import AIcon from '@/components/AIcon'
|
|
||||||
import PermissionButton from '@/components/PermissionButton/index.vue'
|
import PermissionButton from '@/components/PermissionButton/index.vue'
|
||||||
// import MonacoEditor from '@/components/MonacoEditor/index.vue';
|
// import MonacoEditor from '@/components/MonacoEditor/index.vue';
|
||||||
import { useFullscreen } from '@vueuse/core'
|
import { useFullscreen } from '@vueuse/core'
|
||||||
|
|
|
@ -61,7 +61,6 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang='ts' name="DataAnalysis">
|
<script setup lang='ts' name="DataAnalysis">
|
||||||
import AIcon from '@/components/AIcon'
|
|
||||||
import PermissionButton from '@/components/PermissionButton/index.vue'
|
import PermissionButton from '@/components/PermissionButton/index.vue'
|
||||||
// import MonacoEditor from '@/components/MonacoEditor/index.vue';
|
// import MonacoEditor from '@/components/MonacoEditor/index.vue';
|
||||||
import { useFullscreen } from '@vueuse/core'
|
import { useFullscreen } from '@vueuse/core'
|
||||||
|
|
Loading…
Reference in New Issue