Ver Fonte

docs: fix broken anchor link (#1912)

Tan Zhen Yong há 4 anos atrás
pai
commit
627546894d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/guide/migrating-to-4-0-from-3-x.md

+ 1 - 1
docs/guide/migrating-to-4-0-from-3-x.md

@@ -8,7 +8,7 @@ Almost all Vuex 4 APIs have remained unchanged from Vuex 3. However, there are s
   - [Bundles are now aligned with Vue 3](#bundles-are-now-aligned-with-vue-3)
   - [Bundles are now aligned with Vue 3](#bundles-are-now-aligned-with-vue-3)
   - ["createLogger" function is exported from the core module](#createlogger-function-is-exported-from-the-core-module)
   - ["createLogger" function is exported from the core module](#createlogger-function-is-exported-from-the-core-module)
 - [New Features](#new-features)
 - [New Features](#new-features)
-  - [New "useStore" composition function](#new-useStore-composition-function)
+  - [New "useStore" composition function](#new-usestore-composition-function)
 
 
 ## Breaking Changes
 ## Breaking Changes