vue

vue v3.4.21

2024-04-01 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

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
बनवली
2024-04-01
अपडेट केली
2024-04-01
आकार
508 KB
License
MIT

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

如何使用

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