fix: watch types instead of type
This commit is contained in:
parent
1cfff9188c
commit
7ed31cdcc7
@ -207,7 +207,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
['from', 'to', 'compare', 'tag', 'type'].forEach((key) => {
|
||||
['from', 'to', 'compare', 'tag', 'types'].forEach((key) => {
|
||||
this.$watch(key, this.updateShrugger)
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user