Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 1b2cb72

Browse files
authored
fix(playground): add @vue/runtime-shared dep (#210)
1 parent dc574cc commit 1b2cb72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/setup/dev.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function DevPlugin({ browser = false } = {}) {
3535

3636
'@vue/reactivity': resolve('reactivity/src'),
3737
'@vue/shared': resolve('shared/src'),
38+
'@vue/runtime-shared': resolve('runtime-shared/src'),
3839
},
3940
},
4041
define: {

0 commit comments

Comments
 (0)