A
Size: a a a
A
АН
АН
АН
The default template used by Nuxt.js is:
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>
A
АН
АН
AM
SK
A
import createPersistedState from 'vuex-persistedstate'
export default ({store}) => {
window.onNuxtReady(() => {
createPersistedState({
key: '
prostoKey',
paths: ["locale","demo",
'theme_colors']
})(store)
})
}
AM
A
SP
D