Justineo / vue-awesome

Awesome SVG icon component for Vue.js, built-in with Font Awesome icons.
https://justineo.github.io/vue-awesome/demo/
MIT License
2.43k stars 206 forks source link

This ico can not suport with vue 3 or latest #175

Open guopengfeiheze opened 4 years ago

guopengfeiheze commented 4 years ago

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'

SAprelov commented 4 years ago

Vue 3 is ready.

AaronConlon commented 3 years ago

2021 年了