From 7ed31cdcc7f597d48933ef43ee535d230032b487 Mon Sep 17 00:00:00 2001 From: Justineo Date: Sat, 25 Sep 2021 23:45:48 +0800 Subject: [PATCH] fix: watch types instead of type --- one/docs/changelog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) },