Browse Source

fix: enable experimental props destructuring

pull/7651/head
mertmit 8 months ago
parent
commit
8bc9e75ff7
  1. 5
      packages/nc-gui/nuxt.config.ts

5
packages/nc-gui/nuxt.config.ts

@ -213,6 +213,11 @@ export default defineNuxtConfig({
}, },
}, },
// experimental props destructuring
vue: {
propsDestructure: true,
},
image: { image: {
dir: 'assets/', dir: 'assets/',
}, },

Loading…
Cancel
Save