Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Requirement #748

Closed
cagataycivici opened this issue Dec 9, 2020 · 0 comments
Closed

Setup Requirement #748

cagataycivici opened this issue Dec 9, 2020 · 0 comments
Assignees
Labels
Type: Breaking Change Issue contains a breaking change related to a specific component
Milestone

Comments

@cagataycivici
Copy link
Member

cagataycivici commented Dec 9, 2020

As of PrimeVue 3.1.0, we now have a plugin to do the boilerplate configuration and it needs to be installed. This is likely to break existing applications however it will be incredible useful. New api is;

import {createApp} from 'vue';
import PrimeVue from 'primevue/config';
const app = createApp(App);

app.use(PrimeVue);
@cagataycivici cagataycivici added the Type: Breaking Change Issue contains a breaking change related to a specific component label Dec 9, 2020
@cagataycivici cagataycivici added this to the 3.1.0 milestone Dec 9, 2020
@cagataycivici cagataycivici self-assigned this Dec 9, 2020
w32zhong added a commit to approach0/ui-calabash that referenced this issue Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Issue contains a breaking change related to a specific component
Projects
None yet
Development

No branches or pull requests

1 participant