bsn-test

测试

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyfork.org/scripts/488896/1337091/bsn-test.js

function init() {
  console.log(1)
  unsafeWindow.Vue = Vue
  unsafeWindow.vue = Vue
  this.Vue = Vue
  this.vue = Vue
  console.log(2)
}
init();