摘要:
需要依赖插件 vue-resource npm install vue-resource --save https://cn.vuejs.org/v2/cookbook/using-axios-to-consume-apis.html 采用axios一样可以取数值 new Vue({ el: '#a 阅读全文
摘要:
host:'', port:'', user:'', password:'', database:'', insecureAuth:true 如果连接不上,就得加上最后一个属性 阅读全文
摘要:
// components helloworld.vue <script> export default { name: 'Hellowworld', props: { //接收标签为msg的内容,文件格式为:string. msg: String } } </script> // Views Ho 阅读全文