diff --git a/store/index.uts b/store/index.uts index 9b0a7acefc7e5871d3eb4ecc4633357130cf4d90..09170b23d3441415ea74e19ddcf6eb7b267a81c7 100644 --- a/store/index.uts +++ b/store/index.uts @@ -1,6 +1,4 @@ -import {reactive} from 'vue' - -export type State = { +type State = { lifeCycleNum: number }