mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-15 13:18:27 +00:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
export default {
|
|
add (state, title) {
|
|
state.list.push(title)
|
|
}
|
|
}
|