摘要: 1.在src文件夹中创建一个hello文件夹,然后创建hello.js和hello.vue 2.hello.vue代码如下 1 <template> 2 <button>这是hello按钮</button> 3 </template> 4 5 <script> 6 export default { 阅读全文
posted @ 2019-12-15 20:21 前端CodingPeasant 阅读(375) 评论(0) 推荐(1)