当前位置:主页 > 网页前端 > vue >
时间:2021-08-02 07:30:34 | 栏目:vue | 点击:次
如下所示:
var c = new Vue({ el: "#cartoon", data: data, mounted: { alert("vue加载完成"); } });