浏览代码

docs: fix broken anchor link (#1912)

Tan Zhen Yong 4 年之前
父节点
当前提交
627546894d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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