摘要: 一、vue中路由的使用 1、定义组件 <template> <div class="hello"> <h1 @click="info" :class="color">{{ msg }}</h1> </div> </template> <script> export default { name: ' 阅读全文
posted @ 2019-05-27 20:56 山寨骑士 阅读(72) 评论(0) 推荐(0)