摘要:
├─ src //主文件 │ ├─ api //接口文件夹 | | |- config.js //后端接口地址的配置,将测试、开发、生产环境分开 | | └─ user.js //接口文件,配置了token请求头,具体接口根据需求修改 │ ├─ assets //资源文件 │ ├─ componen 阅读全文
posted @ 2020-11-09 17:12
磊~~
阅读(377)
评论(0)
推荐(0)
摘要:
<div class="left-content-table"> <el-table :data="resourceData" style="width: 100%" :header-cell-style="tableHeader"> <el-table-column label="资源"> <te 阅读全文
posted @ 2020-11-09 14:54
磊~~
阅读(2144)
评论(0)
推荐(0)
摘要:
子传父 vue子传父使用$emit传值 子组件: <template> <div> <button @click="toParent">点击传到父级</button> </div> </template> <script> export default { name: 'child', method 阅读全文
posted @ 2020-11-09 14:19
磊~~
阅读(473)
评论(0)
推荐(0)

浙公网安备 33010602011771号