Fixed Adress Loading when customer is preset
Added more Display Options Enabled Timeline in Devtools Changed Style of Document Display
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: {enabled: true},
|
||||
devtools: {
|
||||
enabled: true,
|
||||
timeline: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
imports: {
|
||||
dirs: ['stores']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user