You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to user it to Vue 3+ ,but I can not install it in project
first : npm install vue-awesome
then: // 引入vue-awesome import 'vue-awesome/icons/flag' import 'vue-awesome/icons' import Icon from 'vue-awesome/components/Icon' // 全局注册 Vue.component('icon', Icon) Vue.config.productionTip = false
but I can't import import Icon from 'vue-awesome/components/Icon'
The text was updated successfully, but these errors were encountered:
guopengfeiheze
changed the title
This ico can not suport with vue 3 or laster
This ico can not suport with vue 3 or latest
May 30, 2020
I want to user it to Vue 3+ ,but I can not install it in project
first :
npm install vue-awesome
then:
// 引入vue-awesome import 'vue-awesome/icons/flag' import 'vue-awesome/icons' import Icon from 'vue-awesome/components/Icon' // 全局注册 Vue.component('icon', Icon) Vue.config.productionTip = false
but I can't import
import Icon from 'vue-awesome/components/Icon'
The text was updated successfully, but these errors were encountered: