feat: add function of fixing the head of tabs;

新增:固定页签头功能。
This commit is contained in:
chenghongxing
2020-09-30 16:38:37 +08:00
parent 9df2666304
commit 83576d88d7
5 changed files with 190 additions and 20 deletions

View File

@@ -91,6 +91,9 @@ export default {
},
setActivatedFirst(state, activatedFirst) {
state.activatedFirst = activatedFirst
},
setFixedTabs(state, fixedTabs) {
state.fixedTabs = fixedTabs
}
}
}