update Table

This commit is contained in:
Aresn 2017-06-09 16:44:24 +08:00
parent 297f74ea7f
commit 4098c176e1
6 changed files with 73 additions and 94 deletions

View file

@ -1,8 +1,16 @@
<template>
<div>123</div>
<div>{{ row.name }}</div>
</template>
<script>
export default {
props: {
row: Object
},
mounted () {
console.log(1);
},
beforeDestroy () {
console.log(2);
}
}
</script>