Skip to content
Snippets Groups Projects
Commit a107dff4 authored by syuilo's avatar syuilo
Browse files

perf(client): remove needless reactivity

parent bb68cfaa
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ if (router == null) {
throw new Error('no router provided');
}
let currentPageComponent = $ref(router.getCurrentComponent());
let currentPageComponent = $shallowRef(router.getCurrentComponent());
let currentPageProps = $ref(router.getCurrentProps());
let key = $ref(router.getCurrentKey());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment