Describe the bug
if I try to use v-touch in production enviroment with treeShake:true, the same as default in nuxt.config.js,then v-touch will stop to work.To use v-touch I have to close treeShake.
To Reproduce
Steps to reproduce the behavior:
// nuxt.config.js
vuetify: {
treeShake:true,//or don't set this option
theme: {
dark: false,
},
Module version 1.11.0
Describe the bug if I try to use
v-touch
in production enviroment withtreeShake:true
, the same as default innuxt.config.js
,thenv-touch
will stop to work.To usev-touch
I have to close treeShake.To Reproduce
Steps to reproduce the behavior: // nuxt.config.js
//other page use the same codes in
vuetify
api