mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
fix: lint error
This commit is contained in:
parent
16ff6e7836
commit
64f79eb4a3
@ -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 ],
|
||||
|
Loading…
Reference in New Issue
Block a user