【发布时间】:2018-02-16 01:57:05
【问题描述】:
Materialize modal popup 在 onclick 函数中正常工作,但在mounted() 或 created() 中不工作
testingmodel:function(){
$('#firstlogintour').modal('open');
}
mounted() {
this.testingmodel();
},
【问题讨论】:
标签: laravel vue.js material-design materialize