fix: lint error

This commit is contained in:
07akioni 2019-12-30 20:46:22 +08:00
parent 16ff6e7836
commit 64f79eb4a3

View File

@ -98,11 +98,11 @@ import { addClass, removeClass } from '../utils'
import { storageMixin } from '../store'
import withapp from '../../../mixins/withapp'
import themeable from '../../../mixins/themeable'
import NScrollbar from '../../Scrollbar'
// import NScrollbar from '../../Scrollbar'
export default {
components: {
NScrollbar,
// NScrollbar,
row
},
mixins: [ withapp, themeable, storageMixin ],