Browse Source

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

GaoNeng 2 năm trước cách đây
mục cha
commit
1b2cb722fe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: {