vue第一篇之入门helloworld

vue入门helloworld html代码 <div id="app"> {{msg}} </div> js代码 var vm = new Vue({ el: "#app", data: { msg: "hello" } });
相关文章
相关标签/搜索