feat[sidebar]: add resonsive sidebar (#636)

This commit is contained in:
花裤衩
2018-05-02 14:43:20 +08:00
committed by GitHub
parent 88429bd809
commit 0e4ea0871c
5 changed files with 104 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
const getters = {
sidebar: state => state.app.sidebar,
language: state => state.app.language,
device: state => state.app.device,
visitedViews: state => state.tagsView.visitedViews,
cachedViews: state => state.tagsView.cachedViews,
token: state => state.user.token,