You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
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 list__tile__content.
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
The text was updated successfully, but these errors were encountered: