Преглед на файлове

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