vue 3.4.37_vue.global.js fix to component
As of
ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greatest.deepsurf.us/scripts/503097/1424938/VueEntry.js.
方法一:
window.VueEntry.createApp({template: '<div>{{message}}</div>', setup: () => ({message: 'hello world'})}).mount('body')
方法二:
// @require https://update.greatest.deepsurf.us/scripts/503097/1424931/VueEntry.js
const {reative} = window.VueEntry;
...