Skip to content

Commit 6f4b63a

Browse files
committed
Use production version of Vue
1 parent c45d90f commit 6f4b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/beta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
createApp,
1212
onMounted,
1313
ref,
14-
} from 'https://cdn.jsdelivr.net/npm/vue@3/dist/vue.esm-browser.js';
14+
} from 'https://cdn.jsdelivr.net/npm/vue@3/dist/vue.esm-browser.prod.js';
1515
import Yitizi from 'https://esm.run/[email protected]';
1616

1717
const tupaTable = JSON.parse(await (fetch('tupa.json').then(x => x.text())));

0 commit comments

Comments
 (0)