MCPcopy Create free account

hub / github.com/EvanAgee/vuejs-wordpress-theme-starter / functions

Functions23 in github.com/EvanAgee/vuejs-wordpress-theme-starter

↓ 1 callersFunctioncreatePostSlug
src/store/modules/post.js:4
Function[types.CATEGORIES_LOADED]
(state, bool)
src/store/modules/categories.js:34
Function[types.INCREMENT_LOADING_PROGRESS]
(state, val)
src/store/modules/hub.js:27
Function[types.LOGIN_USER]
(state)
src/store/modules/user.js:25
Function[types.LOGOUT_USER]
(state)
src/store/modules/user.js:29
Function[types.PAGES_LOADED]
(state, val)
src/store/modules/page.js:52
Function[types.POSTS_LOADED]
(state, val)
src/store/modules/post.js:54
Function[types.RESET_LOADING_PROGRESS]
(state)
src/store/modules/hub.js:34
Function[types.STORE_FETCHED_CATEGORIES]
(state, { categories })
src/store/modules/categories.js:30
Function[types.STORE_FETCHED_PAGES]
(state, { pages })
src/store/modules/page.js:48
Function[types.STORE_FETCHED_POSTS]
(state, { posts })
src/store/modules/post.js:50
Function[types.STORE_FETCHED_USER]
(state, { uid })
src/store/modules/user.js:21
Functioncreated
()
src/app.js:15
FunctiongetAllCategories
({ commit })
src/store/modules/categories.js:19
FunctiongetAllPages
({ commit })
src/store/modules/page.js:37
FunctiongetCategories
(cb)
src/api/index.js:5
FunctiongetPage
(id, cb)
src/api/index.js:30
FunctiongetPages
(cb)
src/api/index.js:19
FunctiongetPosts
({ commit }, { limit })
src/store/modules/post.js:35
FunctiongetPosts
(limit = 5, cb)
src/api/index.js:44
Functionload_vue_scripts
Load scripts
functions.php:12
Functionremove_redirects
Redirect all requests to index.php so the Vue app is loaded and 404s aren't thrown
functions.php:6
FunctionscrollBehavior
(to, from, savedPosition)
src/router/index.js:35