Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 15, 2024
1 parent d255c49 commit f1d5b37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/components/AutoLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const AutoLink = defineComponent({
return () => {
const { before, after, default: defaultSlot } = slots

const content = defaultSlot?.(config.value) || [
const content = defaultSlot?.(config.value) ?? [
before?.(config.value),
config.value.text,
after?.(config.value),
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1d5b37

Please sign in to comment.