bsn-test

测试

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