From 9efce5adb538b19e71b8ba180009131f421fcb52 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 8 Jan 2024 17:06:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(store):=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E5=AF=BC=E5=85=A5=E3=80=81=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/index.uts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/store/index.uts b/store/index.uts index 9b0a7ace..09170b23 100644 --- a/store/index.uts +++ b/store/index.uts @@ -1,6 +1,4 @@ -import {reactive} from 'vue' - -export type State = { +type State = { lifeCycleNum: number } -- GitLab