diff --git a/components/doc/codeeditor/templates.js b/components/doc/codeeditor/templates.js index 573a7cea3..396350b09 100644 --- a/components/doc/codeeditor/templates.js +++ b/components/doc/codeeditor/templates.js @@ -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);`; diff --git a/doc/tailwind/ApiDoc.vue b/doc/tailwind/ApiDoc.vue index 1417627cc..721c108d3 100644 --- a/doc/tailwind/ApiDoc.vue +++ b/doc/tailwind/ApiDoc.vue @@ -1,6 +1,6 @@