UNPKG

vue2-admin-lte

Version:

adminLTE to vuejs v2.x converting project

21 lines (17 loc) 249 B
const state = { main: { name: 'Alexander Pierce', position: 'Web Developer', state: { color: '#3c763d', name: 'Online' }, createdAt: new Date() } } const mutations = { } export default { state, mutations }