diff --git a/one/docs/changelog.vue b/one/docs/changelog.vue index 9b64703..3a545ca 100644 --- a/one/docs/changelog.vue +++ b/one/docs/changelog.vue @@ -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) }) },