Commit 68932d9a authored by Jiaan Louw's avatar Jiaan Louw

Update user_popover target prop type

- Allows the target type to be any HTML element.
parent 668fc6a8
......@@ -20,7 +20,7 @@ export default {
},
props: {
target: {
type: HTMLAnchorElement,
type: HTMLElement,
required: true,
},
user: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment