VueEntry

vue 3.4.37_vue.global.js fix to component

As of 09.08.2024. See апошняя версія.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/503097/1424931/VueEntry.js

Аўтар
inDarkness
Версія
v3.4.37
Створаны
09.08.2024
Абноўлены
09.08.2024
Памер
513.6 КБ
Ліцэнзія
MIT

# 功能描述
1. 为兼容require的写法
2. 为不影响原有页面的Vue版本
3. 暴露出来的对象为VueEntry

# 使用方法
```js
window.VueEntry.createApp({template: '

{{message}}

', setup: () => ({message: 'hello world'})}).mount('body')
```

```js
//@require 这个脚本的地址

const {reative} = window.VueEntry;
....
```