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

Update docs to match current linting rules for v-slot syntax #134

Open
knolleary opened this issue Apr 27, 2023 · 0 comments
Open

Update docs to match current linting rules for v-slot syntax #134

knolleary opened this issue Apr 27, 2023 · 0 comments
Labels
area:docs Improvements or additions to documentation bug Something isn't working task A piece of work that isn't necessarily tied to a specific Epic or Story.

Comments

@knolleary
Copy link
Member

Story

No response

Description

Lots of the doc examples uses the v-slot:something syntax for identifying slot contents:

<template v-slot:actions>
   <ff-button>Press Me!</ff-button>
   <ff-button>Click Me!</ff-button>
</template>

However those examples now get flagged as linting errors in the main repo as it wants the #something syntax.

<template #actions>
   <ff-button>Press Me!</ff-button>
   <ff-button>Click Me!</ff-button>
</template>
@knolleary knolleary added the task A piece of work that isn't necessarily tied to a specific Epic or Story. label Apr 27, 2023
@joepavitt joepavitt added bug Something isn't working area:docs Improvements or additions to documentation labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs Improvements or additions to documentation bug Something isn't working task A piece of work that isn't necessarily tied to a specific Epic or Story.
Projects
Status: No status
Development

No branches or pull requests

2 participants