vue第一篇之入門helloworld

vue入門helloworld html代碼 <div id="app"> {{msg}} </div> js代碼 var vm = new Vue({ el: "#app", data: { msg: "hello" } });
相關文章
相關標籤/搜索