Greasy Fork is available in English.

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();