mirror of https://github.com/vuejs/core.git
fix(playground): add `@vue/runtime-shared` dep (#210)
This commit is contained in:
parent
dc574cc429
commit
1b2cb722fe
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue