Closed m-glass closed 1 year ago
With the previous version phosphor-vue, global import was possible using
phosphor-vue
import { createApp } from 'vue' import PhosphorVue from 'phosphor-vue' const app = createApp(App) app .use(PhosphorVue) app.mount('#app')
With the new version, this is not possible anymore.
https://stackblitz.com/edit/vue-dniokx?file=src/main.js
that switching to the new package works straightforward (just like written in the README.md)
No response
Thank's for letting us know. That must've gone under somewhere. Will see what I can do.
I've now implemented global imports, check the release notes: https://github.com/phosphor-icons/vue/releases/tag/v2.1.4
đ The bug
With the previous version
phosphor-vue
, global import was possible usingWith the new version, this is not possible anymore.
đ ī¸ To reproduce
https://stackblitz.com/edit/vue-dniokx?file=src/main.js
đ Expected behaviour
that switching to the new package works straightforward (just like written in the README.md)
âšī¸ Additional context
No response