vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Incorrect generation of app.styl for data iterator #45

Open rwuttke opened 6 years ago

rwuttke commented 6 years ago

Problem

When copying the first example for the data iterator into a Nuxt/Vuetify app, generated with

vue init vuetifyjs/nuxt

The data values are not correctly aligned to the end.

The class align-end is correctly added, but I am finding that the generated app.styl, has the align-end before the listtilecontent.

This means that the following attributes are NOT set correctly, because of the order they are found in the stylesheet.

To reproduce

vue init vuetifyjs/nuxt tester cd tester npm install

copy the template and script from the Data Iterator Component and paste into index.vue

npm run dev

Note that the align-end is not working in the data iterator, because it seems to have been added into the stylesheet to early.

Version Information