Skip to content

Commit

Permalink
feat(nuxt): customizable component prefix via prefix options
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Sep 4, 2023
1 parent 750a946 commit aa6f9cc
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 133 deletions.
3 changes: 3 additions & 0 deletions packages/nuxt/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export default defineNuxtConfig({
modules: [MorphemeUI, '@nuxtjs/tailwindcss'],
morpheme: {
darkMode: true,
sass: true,
theme: 'morpheme',
experimentalComponents: true,
},
vite: {
optimizeDeps: {
Expand Down
Loading

0 comments on commit aa6f9cc

Please sign in to comment.