Commit 9c464e5e authored by Phil Hughes's avatar Phil Hughes

removed hacky $forceUpdate

parent 8b1c43bd
......@@ -26,11 +26,6 @@ export default {
created() {
this.isTab = true;
},
updated() {
if (this.$parent) {
this.$parent.$forceUpdate();
}
},
};
</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