摘要: <!-- 模板 html--> <template> <div id="app"> {{title}} </div> </template> <!-- 行为 --><script>export default { name:'app', // 写属性 data(){ return{ title:'h 阅读全文
posted @ 2020-06-08 10:31 Smile*^ 阅读(697) 评论(0) 推荐(0)