Sample project to reproduce a bug with the Nuxt vuetify-module
# install dependencies
$ npm run install
- Start the Nuxt app
$ npm run dev
- Open the app in a browser and notice the custom header that is present
- Open
nuxt.config.js
in your editor of choice and changetreeShake
to true (line 40) - Wait for the Nuxt app to rebuild and then refresh the browser
- Notice how the custom header no longer appears. If you use the element inspector in Chome, you will see that the
v-app-bar
element appears verbatim and is never transpiled.