fix(playground): add `@vue/runtime-shared` dep (#210)

This commit is contained in:
GaoNeng 2024-05-14 03:51:49 +08:00 committed by GitHub
parent dc574cc429
commit 1b2cb722fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export function DevPlugin({ browser = false } = {}) {
'@vue/reactivity': resolve('reactivity/src'),
'@vue/shared': resolve('shared/src'),
'@vue/runtime-shared': resolve('runtime-shared/src'),
},
},
define: {