vue

vue v3.4.21

As of 01.04.2024. See the latest version.

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/491401/1352636/vue.js

Аўтар
zhowiny
Версія
v3.4.21
Створаны
01.04.2024
Абноўлены
01.04.2024
Памер
507.5 КБ
Ліцэнзія
MIT

让你可以用Vue畅快的写油猴脚本

如何使用

window.Vue.createApp({template: '<div>{{message}}</div>', setup: () => ({message: 'hello world'})}).mount('body')