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