iview/src/components/table/table-body.vue

23 lines
329 B
Vue
Raw Normal View History

<template>
2016-11-25 22:51:50 +08:00
<table cellspacing="0" cellpadding="0" border="0">
</table>
</template>
<script>
export default {
props: {
},
data () {
return {
}
},
computed: {
},
methods: {
}
}
</script>