Global import set, what component to use?
Closed this issue · 5 comments
Cookizza commented
Maybe I'm being thick..
But the docs don't mention what the component tag names are when you important entire sets using vue.use()
<ios-menu-icon/>
I would have thought something like the above?
Cookizza commented
The above doesn't seem to be working,
I import like docs suggest in my main JS
import AllIosIcon from 'vue-ionicons/dist/ionicons-ios.js'
Vue.use(AllIosIcon);
Then i try to use the icon
<ios-menu-icon />
And I get the error
[Vue warn]: Unknown custom element: <ios-menu-icon> - did you register the component correctly?