- Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
This commit is contained in:
10
src/boot/dragula.ts
Normal file
10
src/boot/dragula.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Vue from 'vue'
|
||||
import { Vue2Dragula } from 'vue2-dragula'
|
||||
|
||||
export default ({ Vue }) => {
|
||||
Vue.use(Vue2Dragula, {
|
||||
logging: {
|
||||
service: false // to only log methods in service (DragulaService)
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user