BigW Consortium Gitlab

removed hacky $forceUpdate

parent 8b1c43bd
...@@ -26,11 +26,6 @@ export default { ...@@ -26,11 +26,6 @@ export default {
created() { created() {
this.isTab = true; this.isTab = true;
}, },
updated() {
if (this.$parent) {
this.$parent.$forceUpdate();
}
},
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment