正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -5,7 +5,7 @@ import { useAppSelector, useAppDispatch, shallowEqualApp } from './store' | @@ -5,7 +5,7 @@ import { useAppSelector, useAppDispatch, shallowEqualApp } from './store' | ||
5 | import { changeMessage } from './store/modules/counter' | 5 | import { changeMessage } from './store/modules/counter' |
6 | import EventBus from '@/utils/events' | 6 | import EventBus from '@/utils/events' |
7 | import AppLoading from './components/appLoading' | 7 | import AppLoading from './components/appLoading' |
8 | -// 1 | 8 | + |
9 | function App() { | 9 | function App() { |
10 | const { counter } = useAppSelector((state) => state, shallowEqualApp) | 10 | const { counter } = useAppSelector((state) => state, shallowEqualApp) |
11 | const navigate = useNavigate() | 11 | const navigate = useNavigate() |
-
请 注册 或 登录 后发表评论