Skip to content

Commit 13f0a3b

Browse files
author
Magda
committed
Remove external touch events
1 parent 7034c49 commit 13f0a3b

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

nuxt/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ module.exports = function nuxtMDBVue(moduleOptions = {}) {
7171
)
7272

7373
// plugins
74-
if (plugins) {
75-
this.addPlugin({
76-
src: resolve(__dirname, 'touchEvents.js'),
77-
fileName: 'touchEvents.js'
78-
})
79-
}
8074

8175
// tree-shaking
8276
this.options.build.transpile.push('mdbvue/lib/components')

nuxt/touchEvents.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"vue-plugin-load-script": "^1.2.0",
2828
"vue-router": "^3.1.3",
2929
"vue2-perfect-scrollbar": "^1.2.1",
30-
"vue2-touch-events": "^2.1.0",
3130
"vuex": "^3.1.2"
3231
},
3332
"browserslist": [

0 commit comments

Comments
 (0)