12.Vue+Element UI 获取input的值
摘要:一、(表格内直接编辑并取值) HTML: <el-table> <el-table-column prop="time" label="日期" ></el-table-column> <el-table-column prop="name" label="名称" ></el-table-column
阅读全文
posted @
2019-04-22 18:35
_xinT
阅读(16125)
推荐(0)
11.Vue安装Axios及使用
摘要:1.安装:npm install axios --save-dev 2.main.js中导入 import axios from 'axios'; /* 引入axios进行地址访问*/ Vue.prototype.$http = axios; (注意:不使用use来使用该例,而是用prototype
阅读全文
posted @
2019-04-22 18:08
_xinT
阅读(24046)
推荐(0)