The Wayback Machine - https://web.archive.org/web/20201130104659/https://github.com/vuetifyjs/vuetify/issues/11340
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Examples should be in plain markup #11340

Open
apfrod opened this issue May 7, 2020 · 0 comments
Open

[Documentation] Examples should be in plain markup #11340

apfrod opened this issue May 7, 2020 · 0 comments

Comments

@apfrod
Copy link

@apfrod apfrod commented May 7, 2020

Problem to solve

the code examples for things like what classes to use are very hard to understand because they've all been made with script.

eg

v-for="a in align"
      :key="a"
      :class="`d-flex align-${a} mb-6`"

i cannot read that at a glance to see the valid syntax in the simplest case.

Proposed solution

Just list them plainly as examples, in longhand, so the reader can quickly refer to the actual expected syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.