vue template


<template>
<div class="custom-class">
...
</div>
</template> <script>
import _ from 'lodash';
import {directive as onClickaway} from 'vue-clickaway';
// import SearchSelect from './SearchSelect'; export default {
name: 'AdjustTable',
components: {
// SearchSelect,
},
data () {
return {
//
};
},
props: {
tableData: {
type: Array,
default: () => [],
required: false,
// required: true,
},
pagination: {
type: Object,
default: () => ({
total: 0,
page: 1,
pageSize: 100,
}),
required: false,
// required: true,
},
isShow: {
type: Boolean,
default: false,
required: false,
// required: true,
},
placeholder: {
type: String,
default: '请选择',
required: false,
// required: true,
},
},
watch: {},
computed: {},
methods: {},
mounted () {},
}
</script> <style lang="scss">
</style>

refs



xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. mac brew mysql 启动之后报错
  2. bash 取文件特定行
  3. thinkphp3.2!Go for it!
  4. SQL*Loader之CASE5
  5. jquery/js特效代码总结(一):tab切换
  6. 《苹果开发之Cocoa编程》挑战2 创建一个数据源 练习
  7. ajax 技术和原理分析
  8. dedecms文章的更新时间问题 每次更改文章时间变成最新的
  9. VK Cup 2017 - Round 2
  10. 关于ajax 返回值验证问题
  11. 微信小程序 this.setData is not a function
  12. CTF线下防御战 — 让你的靶机变成“铜墙铁壁”
  13. debian系统下安装ssh
  14. POJ2406(SummerTrainingDay10-I KMP)
  15. TClientDataSet[9]: 计算字段和 State
  16. MySQL在windows下的noinstall安装
  17. Haskell语言学习笔记(20)IORef, STRef
  18. vs2013 update 2 cordova(phonegap) 环境
  19. 基于redis分布式锁实现“秒杀”(转载)
  20. JDK动态代理代码示例

热门文章

  1. CACTI优化-流量接口统计total输入和输出流量数据
  2. 开源AwaitableCompletionSource,用于取代TaskCompletionSource
  3. jmeter三种阶梯式加压
  4. Python 代码的加密混淆
  5. 手把手教你定位常见Java性能问题
  6. 服务注册中心:Eureka
  7. 自监督图像论文复现 | BYOL(pytorch)| 2020
  8. LOJ10097和平委员会
  9. Excel 如何使用 函数 实现传说中的 多条件中位数 (MEDIANIFS)?
  10. wmi_exporter+Prometheus+Grafana