vue

vue v3.4.21

As of 2024-04-01. 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://updategreasyfork.deno.dev/scripts/491401/1352636/vue.js

نووسەر
zhowiny
وەشان
v3.4.21
Created
2024-04-01
Updated
2024-04-01
Size
508 KB
مۆڵەت
MIT

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

如何使用

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