We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5122d commit 5b7befcCopy full SHA for 5b7befc
vite.config.ts
@@ -7,7 +7,7 @@ export default defineConfig(({ command, mode }) => {
7
plugins:
8
command === 'build'
9
? undefined
10
- : [vue(), vueJsx({ enableObjectSlots: false, slotStable: true })],
+ : [vue(), vueJsx({ enableObjectSlots: false })],
11
resolve: {
12
alias: [
13
{ find: /^~/, replacement: '' },
0 commit comments