1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 12:50:38 +08:00
2018-05-19 06:36:22 +08:00

6 lines
118 B
JavaScript

const getters = {
sidebar: state => state.app.sidebar,
device: state => state.app.device
}
export default getters