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
阅读全文
摘要:// components helloworld.vue <script> export default { name: 'Hellowworld', props: { //接收标签为msg的内容,文件格式为:string. msg: String } } </script> // Views Ho
阅读全文
摘要:<router-link to="/" exact>Home</router-link> <router-link to="/add" exact>Add</router-link> 主要在router加上exact可以解决,点击哪个,展示哪个。。
阅读全文