Commit 9cf9cbaa authored by xinzhedeai's avatar xinzhedeai

fix:vue全局变量提取。便于debugger

parent 41f07f88
var VUE = null
window.onload = function () { window.onload = function () {
// 在页面加载完成后执行 // 在页面加载完成后执行
// 执行你的代码 // 执行你的代码
const currentDate = gemhoUtil.getTargetDateYM() const currentDate = gemhoUtil.getTargetDateYM()
new Vue({ VUE = new Vue({
el: '#app', el: '#app',
data() { data() {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment