Update doc

This commit is contained in:
mertsincan 2023-08-05 04:56:05 +03:00
parent 27eb773d30
commit ed7fafdc4f
4 changed files with 6 additions and 6 deletions

View file

@ -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);`;