Skip to content

Commit

Permalink
Fix transition boolean props complete
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jan 7, 2021
1 parent 943de0e commit 6279e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/modes/template/tagProviders/vueTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ const vueDirectives = [

const transitionProps = [
getAttribute('name', undefined, 'Used to automatically generate transition CSS class names. Default: "v"'),
getAttribute('appear', 'b', 'Whether to apply transition on initial render. Default: false'),
getAttribute('appear', 'v', 'Whether to apply transition on initial render. Default: false'),
getAttribute(
'css',
'b',
'v',
'Whether to apply CSS transition classes. Defaults: true. If set to false, will only trigger JavaScript hooks registered via component events.'
),
getAttribute(
Expand Down

0 comments on commit 6279e08

Please sign in to comment.