icon替换cdn

This commit is contained in:
aixianling
2023-07-13 17:45:39 +08:00
parent df15c4429c
commit f09d09262b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,6 @@
</template>
<script>
import "./iconCss"
export default {
name: "AiIcon",
props: {
@@ -23,3 +21,6 @@ export default {
}
}
</script>
<style scoped>
@import url('https://cdn.cunwuyun.cn/wxmp/ai-icon.css');
</style>

View File

@@ -1 +0,0 @@
import 'https://cdn.cunwuyun.cn/wxmp/ai-icon.css';