github地址:https://github.com/Justineo/vue-awesome
全局注册(main.js):
// 仅引入用到的图标以减小打包体积
import \\'vue-awesome/icons/\\'
import Icon from \\'vue-awesome/components/Icon\\'
// 全局注册(在 `main .js` 文件中)
Vue.component(\\'v-icon\\', Icon)
github地址:https://github.com/Justineo/vue-awesome
全局注册(main.js):
// 仅引入用到的图标以减小打包体积
import \\'vue-awesome/icons/\\'
import Icon from \\'vue-awesome/components/Icon\\'
// 全局注册(在 `main .js` 文件中)
Vue.component(\\'v-icon\\', Icon)