mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
#63 migrate to Vue 3
This commit is contained in:
@@ -87,6 +87,7 @@ export default {
|
||||
preview: Boolean,
|
||||
selectedCellCoordinates: Object
|
||||
},
|
||||
emits: ['updateSelectedCell'],
|
||||
data () {
|
||||
return {
|
||||
header: null,
|
||||
@@ -248,7 +249,7 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
beforeDestroy () {
|
||||
beforeUnmount () {
|
||||
this.resizeObserver.unobserve(this.$refs.table)
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user