mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update doc
This commit is contained in:
parent
27eb773d30
commit
ed7fafdc4f
4 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ const getVueApp = (props = {}, sourceType) => {
|
|||
if (embedded) {
|
||||
// main.js
|
||||
unstyled += `, unstyled: true, pt: Tailwind`;
|
||||
imports += `import Tailwind from 'primevue/tailwind';
|
||||
imports += `import Tailwind from 'primevue/passthrough/tailwind';
|
||||
import ThemeSwitcher from './components/ThemeSwitcher.vue';`;
|
||||
element += `app.component('ThemeSwitcher', ThemeSwitcher);`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue