refactor: split into component and use global app store
This commit is contained in:
@@ -2,5 +2,11 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2024-04-03",
|
||||
devtools: { enabled: true },
|
||||
modules: ["@nuxt/eslint", "@nuxt/ui"],
|
||||
modules: ["@nuxt/eslint", "@nuxt/ui", "@pinia/nuxt"],
|
||||
components: [
|
||||
{
|
||||
path: "~/components",
|
||||
pathPrefix: false,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user