Merge branch 'main' of https://github.com/hoppscotch/hoppscotch
This commit is contained in:
commit
e299433e6e
1 changed files with 6 additions and 0 deletions
|
|
@ -67,6 +67,12 @@ export default {
|
|||
props: {
|
||||
show: Boolean,
|
||||
},
|
||||
watch: {
|
||||
show() {
|
||||
this.hasChromeExtInstalled = hasChromeExtensionInstalled();
|
||||
this.hasFirefoxExtInstalled = hasFirefoxExtensionInstalled();
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
hasChromeExtInstalled: hasChromeExtensionInstalled(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue