Browse Source

docs: fix broken anchor link (#1912)

Tan Zhen Yong 4 năm trước cách đây
mục cha
commit
627546894d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
   - ["createLogger" function is exported from the core module](#createlogger-function-is-exported-from-the-core-module)
 - [New Features](#new-features)
-  - [New "useStore" composition function](#new-useStore-composition-function)
+  - [New "useStore" composition function](#new-usestore-composition-function)
 
 ## Breaking Changes