摘要: 需要依赖插件 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) 编辑
摘要: host:'', port:'', user:'', password:'', database:'', insecureAuth:true 如果连接不上,就得加上最后一个属性 阅读全文
posted @ 2019-02-18 11:26 Jamy 阅读(105) 评论(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 阅读(345) 评论(0) 推荐(0) 编辑