vue2-admin-lte
Version:
adminLTE to vuejs v2.x converting project
38 lines (34 loc) • 396 B
JavaScript
const state = {
main: [
{
id: 1,
body: 'Message 1'
},
{
id: 2,
body: 'Message 2'
},
{
id: 3,
body: 'Message 3'
},
{
id: 4,
body: 'Message 4'
},
{
id: 5,
body: 'Message 5'
},
{
id: 5,
body: 'Message 5'
}
]
}
const mutations = {
}
export default {
state,
mutations
}