Skip to content

Feature/allow additional plugin#121

Open
Marujah wants to merge 2 commits intovuejs:masterfrom
Marujah:feature/allow-additional-plugin
Open

Feature/allow additional plugin#121
Marujah wants to merge 2 commits intovuejs:masterfrom
Marujah:feature/allow-additional-plugin

Conversation

@Marujah
Copy link
Copy Markdown

@Marujah Marujah commented Mar 9, 2022

allowing the possiblity of adding plugin like Vuex/Pinia to the rendered component as custom element.
example:
import { createPinia, PiniaVuePlugin } from 'pinia';

Vue.use(PiniaVuePlugin);
const pinia = createPinia();

wrap(Vue, App, { pinia })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant