|
@@ -1,15 +1,15 @@
|
|
|
# Table of Contents
|
|
|
|
|
|
-- [What is Vuex?](intro.md)
|
|
|
-- [Core Concepts](concepts.md)
|
|
|
+- [什么是 Vuex?](intro.md)
|
|
|
+- [核心概念](concepts.md)
|
|
|
- [State](state.md)
|
|
|
- [Mutations](mutations.md)
|
|
|
- [Actions](actions.md)
|
|
|
-- [Data Flow](data-flow.md)
|
|
|
-- [Application Structure](structure.md)
|
|
|
-- [Middlewares](middlewares.md)
|
|
|
-- [Strict Mode](strict.md)
|
|
|
-- [Form Handling](forms.md)
|
|
|
-- [Testing](testing.md)
|
|
|
-- [Hot Reloading](hot-reload.md)
|
|
|
+- [数据流](data-flow.md)
|
|
|
+- [应用结构](structure.md)
|
|
|
+- [中间件](middlewares.md)
|
|
|
+- [严格模式](strict.md)
|
|
|
+- [表单控制](forms.md)
|
|
|
+- [测试](testing.md)
|
|
|
+- [热重载](hot-reload.md)
|
|
|
- [API Reference](api.md)
|