diff --git a/public/js/components/Tabs.js b/public/js/components/Tabs.js index fed6957a0..25f225e01 100644 --- a/public/js/components/Tabs.js +++ b/public/js/components/Tabs.js @@ -18,7 +18,8 @@ export default { }, default: String, modelValue: [String, Number, Boolean, Array, Object, Date, Function, Symbol], - vertical: Boolean + vertical: Boolean, + border: Boolean }, data() { return { @@ -62,7 +63,6 @@ export default { .then(this.initConfig) .catch(this.$fhcAlert.handleSystemError); - console.log(config); const tabs = {}; if (Array.isArray(config)) { @@ -104,7 +104,7 @@ export default { this.initConfig(this.config); }, template: ` -
+