vue 3.4.37_vue.global.js fix to component
Hindi dapat direktang i-install ang script na ito. Ito ay isang library para sa iba pang mga script na isasama sa meta directive. // @require https://update.greasyfork.org/scripts/503097/1424938/VueEntry.js
方法一:
window.VueEntry.createApp({template: '<div>{{message}}</div>', setup: () => ({message: 'hello world'})}).mount('body')
方法二:
// @require https://update.greasyfork.org/scripts/503097/1424931/VueEntry.js
const {reative} = window.VueEntry;
...