Merge branch 'main' of https://github.com/hoppscotch/hoppscotch
This commit is contained in:
@@ -67,6 +67,12 @@ export default {
|
||||
props: {
|
||||
show: Boolean,
|
||||
},
|
||||
watch: {
|
||||
show() {
|
||||
this.hasChromeExtInstalled = hasChromeExtensionInstalled();
|
||||
this.hasFirefoxExtInstalled = hasFirefoxExtensionInstalled();
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
hasChromeExtInstalled: hasChromeExtensionInstalled(),
|
||||
|
||||
Reference in New Issue
Block a user