From 8266216167ef5ef64734da0092e3affd45f87b77 Mon Sep 17 00:00:00 2001 From: moeta Date: Sat, 30 Oct 2021 00:33:29 +0700 Subject: [PATCH] fix: shorthand not working when building. related to https://github.com/vuejs/vue-next/pull/4790 --- src/components/app-book-editable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/app-book-editable.vue b/src/components/app-book-editable.vue index 0325320..429da54 100644 --- a/src/components/app-book-editable.vue +++ b/src/components/app-book-editable.vue @@ -131,12 +131,12 @@ function handleSave() { :value="author" @change="handleAuthorChange(i, $event)" > - + - +