From cffcddefb9044feafdaf913fa1ecbe80c08d6ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Fri, 6 Jan 2023 23:46:36 +0800 Subject: [PATCH] refactor: use defineModel --- components/common/CommonAlert.vue | 10 +- components/common/CommonCropImage.vue | 15 +- components/common/CommonInputImage.vue | 6 +- components/modal/ModalDialog.vue | 9 +- .../modal/ModalMediaPreviewCarousel.vue | 29 +-- components/nav/NavBottom.vue | 4 +- components/nav/NavBottomMoreMenu.vue | 22 +- package.json | 2 +- pnpm-lock.yaml | 218 +++++++++++------- 9 files changed, 177 insertions(+), 138 deletions(-) diff --git a/components/common/CommonAlert.vue b/components/common/CommonAlert.vue index 01aaa2d3..dabf780d 100644 --- a/components/common/CommonAlert.vue +++ b/components/common/CommonAlert.vue @@ -1,14 +1,10 @@