diff --git a/src/components/Splitpanes.vue b/src/components/Splitpanes.vue index e3d05c6..1f8cbcb 100644 --- a/src/components/Splitpanes.vue +++ b/src/components/Splitpanes.vue @@ -26,11 +26,11 @@
@@ -41,7 +41,7 @@ >
diff --git a/src/components/SqlTable.vue b/src/components/SqlTable.vue index 3743648..a87a467 100644 --- a/src/components/SqlTable.vue +++ b/src/components/SqlTable.vue @@ -89,9 +89,6 @@ export default { }, onScrollTable () { this.$refs['header-container'].scrollLeft = this.$refs['table-container'].scrollLeft - }, - functionName () { - } }, mounted () {