Skip to content

Commit

Permalink
fix(vitepress): missing :shown prop for query, fix #595
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 20, 2024
1 parent b61a689 commit b667b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vitepress-twoslash/src/renderer-floating-vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export function rendererFloatingVue(options: TwoslashFloatingVueRendererOptions
tagName: 'v-menu',
properties: {
...hoverBasicProps,
theme: floatingVueThemeQuery,
':shown': 'true',
'theme': floatingVueThemeQuery,
},
},
queryCompose: compose,
Expand Down

0 comments on commit b667b75

Please sign in to comment.