This commit is contained in:
Liyas Thomas
2021-02-02 10:23:11 +05:30

View File

@@ -67,6 +67,12 @@ export default {
props: {
show: Boolean,
},
watch: {
show() {
this.hasChromeExtInstalled = hasChromeExtensionInstalled();
this.hasFirefoxExtInstalled = hasFirefoxExtensionInstalled();
}
},
data() {
return {
hasChromeExtInstalled: hasChromeExtensionInstalled(),