From 34f1c510b20d9d0bfe06258072694a0d04295ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 22 Feb 2022 22:40:20 +0100 Subject: [PATCH] docs(example): fix typo on with-universal-router (#3363) --- examples/with-universal-router/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-universal-router/app.vue b/examples/with-universal-router/app.vue index 91ca951239..67291eb98f 100644 --- a/examples/with-universal-router/app.vue +++ b/examples/with-universal-router/app.vue @@ -9,7 +9,7 @@ const timer = useState('timer', () => 0)