Skip to content

Commit

Permalink
Merge pull request #1745 from DevCloudFE/dev
Browse files Browse the repository at this point in the history
Update main from dev
  • Loading branch information
GreatZPP authored Sep 14, 2023
2 parents 91415ba + dda7611 commit dbbd308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devui-vue/devui/tooltip/src/tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineComponent({
onPositionChange={onPositionChange}
onMouseenter={onMouseenterOverlay}
onMouseleave={onMouseleave}>
{slots.content ? slots.content?.() : <span innerHTML={content.value}></span>}
{slots.content ? slots.content?.() : <span>{content.value}</span>}
</FlexibleOverlay>
</Transition>
</Teleport>
Expand Down
2 changes: 1 addition & 1 deletion packages/devui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-devui",
"version": "1.5.15-hotfix.1",
"version": "1.5.15-hotfix.2",
"license": "MIT",
"description": "DevUI components based on Vite and Vue3",
"keywords": [
Expand Down

0 comments on commit dbbd308

Please sign in to comment.