Results 2 issues of liuyong

error in ./src/views/dashboard/index.vue Syntax Error: Unexpected token (18:4) 16 | }, 17 | computed: { > 18 | ...mapGetters([ | ^ 19 | 'roles' 20 | ]) 21 | },