搜尋

首頁  >  問答  >  主體

javascript - 使用Mint-UI的時候,this.$toast()能使用,但this物件不並沒有看到$toast,這是怎麼回事?

main.js中:
Vue.use(MintUI)
Vue.use(VueRouter)

在vue實例中用:
console.log(this);
可以看到$route和$router等。
並沒有看到$toast等mintUI的元件,
但卻可以正常使用this.$toast();
請問這裡的$toast是來自哪裡的?

大家讲道理大家讲道理2740 天前844

全部回覆(1)我來回復

  • ringa_lee

    ringa_lee2017-06-12 09:33:38

    你把 prototype打開,看下有沒有

    回覆
    0
  • 取消回覆