摘要: 1、引入 多了个Vue—— //阻止vue在启动时生成生产提示 Vue.config.productionTip = false 2、初识 <div id="root"> <h1>hello,{{name}}</h1> <h4>年龄是:{{age}}</h4> </div> <script> //阻 阅读全文
posted @ 2022-03-08 11:56 ljllh 阅读(52) 评论(0) 推荐(0)