摘要: 创建一个mixin的方法 test.js export default { data: function () { return { pagination: { items: [], total: 0, per_page: 10, from: 1, to: 0, current_page: 1, } 阅读全文
posted @ 2020-11-23 20:14 许伟强 阅读(116) 评论(0) 推荐(0)
摘要: 假设你的 content.vue 引用了组件 el-input 普通用法: <el-input class="test-input" placeholder="请输入手机号码"></el-input> <style lang="css" scoped> .test-input{ border:1px 阅读全文
posted @ 2020-11-23 11:38 许伟强 阅读(890) 评论(0) 推荐(0)