From b66ecc8922a783276c14821dc7626025ca79ed2e Mon Sep 17 00:00:00 2001 From: JulienChampagnol Date: Mon, 14 Aug 2023 14:35:00 +0200 Subject: [PATCH] add stores import in nuxy config --- nuxt.config.js | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index fc5628e..01fce7c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,2 +1,5 @@ export default defineNuxtConfig({ + imports: { + dirs: ['stores'] + }, }) diff --git a/package.json b/package.json index 8eae940..ed32a0f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "vue": "latest" }, "description": "OpenSource Vue/Vuetify framework for web applications", - "version": "0.0.4", + "version": "0.0.5", "main": "index.js", "dependencies": { "@mdi/font": "^7.2.96",