iview-admin/src/components/drag-drawer/mixin.js

8 lines
82 B
JavaScript

export default {
data () {
return {
prefix: 'drag-drawer'
}
}
}