workflow(sfc-playground): make it work in safari and ff

This commit is contained in:
Evan You
2021-03-31 15:23:01 -04:00
parent 5ee7e6bc70
commit 4dc457dae5
3 changed files with 51 additions and 19 deletions

View File

@@ -14,8 +14,8 @@ let SFCCompiler: typeof defaultCompiler = defaultCompiler
// @ts-ignore
const defaultVueUrl = import.meta.env.PROD
? '/vue.runtime.esm-browser.js' // to be copied on build
: '/src/vue-dev-proxy'
? `${location.origin}/vue.runtime.esm-browser.js` // to be copied on build
: `${location.origin}/src/vue-dev-proxy`
export const vueRuntimeUrl = ref(defaultVueUrl)