We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e506b commit 29d49dbCopy full SHA for 29d49db
src/components/ZumerCode.astro
@@ -158,7 +158,7 @@ import "/orbit-docs/prism-code-editor/dist/prism/languages/javascript.js"
158
function frameworkSnippet (framework) {
159
let url, html, app
160
if (framework === 'vue') {
161
- url = `<scr${'ipt'} crossorigin src="https://unpkg.com/vue@3/dist/vue.global.js"></scr${'ipt'}>`
+ url = `<scr${'ipt'} crossorigin src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></scr${'ipt'}>`
162
html =
163
`<div id="app">
164
${htmlCode.trim()}
0 commit comments