Closed lianghuilin closed 6 years ago
main.js:
import Icon from 'vue-svg-icon/Icon.vue' Vue.component('icon', Icon);
app.vue:
<template> <div id="app"> <icon slot="icon" name="iconfont" scale="20"></icon> </div> </template>
project file list:
src ---svg ------iconfont.js ------iconfont.svg
can you send the svg file to me? cenkai29@qq.com
@lianghuilin maybe you created the svg from iconfont, for this project, you just need to download the icon pic file in svg format instead of .js + .svg
main.js:
app.vue:
project file list: