icon替换cdn

This commit is contained in:
aixianling
2023-07-13 17:21:44 +08:00
parent 0caf427c5e
commit fe19a491b8

View File

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