Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Missing styles on generated vue project #4

Closed
chinanf-boy opened this issue Mar 4, 2018 · 1 comment
Closed

Missing styles on generated vue project #4

chinanf-boy opened this issue Mar 4, 2018 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@chinanf-boy
Copy link

❤️amazing project😊

i want to report what I see

  1. In https://vuegg.now.sh/ , i selected a Table Component with default setting

  2. I Download Vuegg sources(.zip)

  3. cd my-vuegg-project && yarn && npm run start then I see the Table


in download project

vuegg-table-issue

th {
    font-weight: bold;
    text-align: -internal-center;
}
user agent stylesheet
td, th {
    display: table-cell;
    vertical-align: inherit;
}

in https://vuegg.now.sh/

web-vuegg-table

element.style {
    padding: 0px 8px;
}
/* here is diff*/
th {
    font-weight: bold;
    text-align: -internal-center;
}
user agent stylesheet
td, th {
    display: table-cell;
    vertical-align: inherit;
}
@alxpez alxpez added the 🐞 bug Something isn't working label Mar 4, 2018
@alxpez
Copy link
Owner

alxpez commented Mar 4, 2018

Thanks @chinanf-boy!

Good eye, I added the table element not long ago and I haven't tested it much.
I seems to be a code-generation bug (server side), I'll look into it and try to fix it soon.

This element is a sort of placeholder, since its content is hardcoded (and it's really extendable). In the (I hope near) future, I will be rewriting some functionality to make this possible for this and other components.

However, for the time being I'll fix this with a quick patch for the styling problems.

Thanks for reporting

@alxpez alxpez changed the title First 👍Great project, and then Has a Issue Missing styles on generated vue project Mar 4, 2018
@alxpez alxpez closed this as completed in d83f566 Mar 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants