Explorar o código

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

GaoNeng %!s(int64=2) %!d(string=hai) anos
pai
achega
1b2cb722fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      playground/setup/dev.js

+ 1 - 0
playground/setup/dev.js

@@ -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: {