Skip to content

Commit

Permalink
Merge pull request #3 from Geode-solutions/fix_stores_import
Browse files Browse the repository at this point in the history
add stores import in nuxt config
  • Loading branch information
JulienChampagnol authored Aug 14, 2023
2 parents 6dbc4f3 + b66ecc8 commit be01776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export default defineNuxtConfig({
imports: {
dirs: ['stores']
},
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be01776

Please sign in to comment.