02 2019 档案

摘要:需要依赖插件 vue-resource npm install vue-resource --save https://cn.vuejs.org/v2/cookbook/using-axios-to-consume-apis.html 采用axios一样可以取数值 new Vue({ el: '#a 阅读全文
posted @ 2019-02-18 16:58 Jamy 阅读(176) 评论(0) 推荐(0) 编辑
摘要:// components helloworld.vue <script> export default { name: 'Hellowworld', props: { //接收标签为msg的内容,文件格式为:string. msg: String } } </script> // Views Ho 阅读全文
posted @ 2019-02-18 09:27 Jamy 阅读(346) 评论(0) 推荐(0) 编辑
摘要:<router-link to="/" exact>Home</router-link> <router-link to="/add" exact>Add</router-link> 主要在router加上exact可以解决,点击哪个,展示哪个。。 阅读全文
posted @ 2019-02-01 10:30 Jamy 阅读(407) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示