Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 372 Bytes

File metadata and controls

26 lines (16 loc) · 372 Bytes

vuetify-nuxt-generate-expansion-panel-issue

Steps to reproduce

# install dependencies
$ npm install

# generate static project
$ npm run generate

# open dist/index.html => expansion-panel CSS is missing

# working properly if not generated:
$ npm run dev

result

generated

expected

dev