nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 106 forks source link

v-touch doesn't work #296

Open velor2012 opened 4 years ago

velor2012 commented 4 years ago

Module version 1.11.0

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,
    },

//other page use the same codes in vuetify api

philhamouy commented 4 years ago

Duplicate of https://github.com/nuxt-community/vuetify-module/issues/188