]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs(zh): migration-vuex.md typo (#2391)
authorlqzhgood <9134671+lqzhgood@users.noreply.github.com>
Fri, 1 Sep 2023 10:10:35 +0000 (18:10 +0800)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 10:10:35 +0000 (12:10 +0200)
packages/docs/zh/cookbook/migration-vuex.md

index c29956118fb4d6be39a42a45dee9f993ebc13c3c..ce2ba065501c330de1eb47fb84ab0dfe850f302c 100644 (file)
@@ -259,7 +259,7 @@ router.beforeEach((to, from, next) => {
 import { useAuthUserStore } from '@/stores/auth-user'
 
 router.beforeEach((to, from, next) => {
-  // å¿\85é¡»å\86\8d函数内部使用
+  // å¿\85é¡»å\9c¨函数内部使用
   const authUserStore = useAuthUserStore()
   if (authUserStore.loggedIn) next()
   else next('/login')