Skip to content

Commit 5b7befc

Browse files
committed
工具: 删除slotstable配置
1 parent 2c5122d commit 5b7befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig(({ command, mode }) => {
77
plugins:
88
command === 'build'
99
? undefined
10-
: [vue(), vueJsx({ enableObjectSlots: false, slotStable: true })],
10+
: [vue(), vueJsx({ enableObjectSlots: false })],
1111
resolve: {
1212
alias: [
1313
{ find: /^~/, replacement: '' },

0 commit comments

Comments
 (0)