mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
42406d6075
* feat: store and replay vuex mutations for static target * test: add full-static fixture * perf: clean store subscription before render * fix: record mutations after nuxtServerInit and middleware
4 lines
38 B
JavaScript
4 lines
38 B
JavaScript
export default {
|
|
target: 'static'
|
|
}
|