vue中页面初次加载获取不到 scope对象,只有刷新页面才能获取,请问是什么原因?Zwibbler.controller("mycontroller", (scope) => {
})
mounted或created 里写试试。可能是没初始化九执行这个了