feat: hover card for content @
This commit is contained in:
parent
66393cd838
commit
2becb254b4
8 changed files with 61 additions and 27 deletions
|
@ -91,3 +91,13 @@ vi.mock('../components/content/ContentCode.vue', () => {
|
|||
}),
|
||||
}
|
||||
})
|
||||
|
||||
vi.mock('../components/account/AccountHoverWrapper.vue', () => {
|
||||
return {
|
||||
default: defineComponent({
|
||||
setup(_, { slots }) {
|
||||
return () => slots?.default?.()
|
||||
},
|
||||
}),
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue