Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed May 18, 2024
1 parent a25d1ff commit a06b4f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/renderers/vue3/src/docs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ function generateExpression(slot: FunctionalComponent): string {
}

export {
attributeSource,
directiveSource,
omitEvent,
displayObject,
evalExp,
generateExpression,
htmlEventAttributeToVueEventAttribute,
omitEvent,
directiveSource,
attributeSource,
evalExp,
replaceValueWithRef,
generateExpression,
};

0 comments on commit a06b4f1

Please sign in to comment.