This repository was archived by the owner on Jan 18, 2022. It is now read-only.
File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ Subproject commit d43bbca7840c82056d86a6a72355f3f73dc2c6bf
Original file line number Diff line number Diff line change 52
52
"querystring" : " ^0.2.0" ,
53
53
"rollup-pluginutils" : " ^2.0.1" ,
54
54
"source-map" : " 0.7.3" ,
55
- "vue-runtime-helpers" : " ^0.2 .0"
55
+ "vue-runtime-helpers" : " 1.0 .0"
56
56
},
57
57
"devDependencies" : {
58
58
"@babel/core" : " ^7.0.0-beta.46" ,
Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ export default function vue(opts: VuePluginOptions = {}): Plugin {
126
126
d ( `Build target: ${ process . env . VUE_ENV || 'browser' } ` )
127
127
128
128
if ( ! opts . normalizer )
129
- opts . normalizer = '~' + 'vue-runtime-helpers/normalize-component.js'
129
+ opts . normalizer = '~' + 'vue-runtime-helpers/dist/ normalize-component.js'
130
130
if ( ! opts . styleInjector )
131
- opts . styleInjector = '~' + 'vue-runtime-helpers/inject-style/browser.js'
131
+ opts . styleInjector = '~' + 'vue-runtime-helpers/dist/ inject-style/browser.js'
132
132
if ( ! opts . styleInjectorSSR )
133
- opts . styleInjectorSSR = '~' + 'vue-runtime-helpers/inject-style/server.js'
133
+ opts . styleInjectorSSR = '~' + 'vue-runtime-helpers/dist/ inject-style/server.js'
134
134
135
135
createVuePartRequest . defaultLang = {
136
136
...createVuePartRequest . defaultLang ,
Original file line number Diff line number Diff line change @@ -10315,10 +10315,10 @@ vue-router@^3.0.1:
10315
10315
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
10316
10316
integrity sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg==
10317
10317
10318
- vue-runtime-helpers@^0.2 .0 :
10319
- version "0.2 .0"
10320
- resolved "https://registry.yarnpkg.com/vue-runtime-helpers/-/vue-runtime-helpers-0.2. 0.tgz#8f8aa9e5ed40be2f3716c3ef8ee5e319290bedde "
10321
- integrity sha512-ZMFavDEqYrWxsWq5kLpvv5rjJbLf47V99t8p0G/ZEltx6PVSCXVvUC1yAOBiwLY3IEkUFRM8WUDlMasbsRhurA ==
10318
+ vue-runtime-helpers@1.0 .0 :
10319
+ version "1.0 .0"
10320
+ resolved "https://registry.yarnpkg.com/vue-runtime-helpers/-/vue-runtime-helpers-1.0. 0.tgz#af5fe1c8d727beb680b2eb9d791c8e022342e54d "
10321
+ integrity sha512-DgwCNgIXkq1GJsWwtFOjA/K2nxpjyon/QqAut0EiwrMHBatAPbfdqksDdRoK15b5YrSJRa59rx3pc0L6V4udUA ==
10322
10322
10323
10323
vue-server-renderer@^2.5.16 :
10324
10324
version "2.5.22"
You can’t perform that action at this time.
0 commit comments