update Table
This commit is contained in:
parent
297f74ea7f
commit
4098c176e1
6 changed files with 73 additions and 94 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue