-
Notifications
You must be signed in to change notification settings - Fork 6
Vuex Store
Jang Haemin edited this page Aug 24, 2019
·
4 revisions
It contains basic states, mutations, actions and getters related to eodiro app itself like configurations, routeMap, history, scroll position and more.
Name | Type | Default | Description |
---|---|---|---|
colorSchemeClassName |
String |
"light-mode" |
A color scheme mode's classname which will be injected into html tag |
cachedComponents |
Array<String> |
[] |
Caches pages' components and is passed in keep-alive attributes of <Nuxt /> and <NuxtChild />
|
hamletList |
Array<String> |
[...] |
Hamlet names list |
Copyright ©️ 2019 PAYW.org | Contact
Documentation
Components