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 { ...@@ -20,7 +20,7 @@ export default {
}, },
props: { props: {
target: { target: {
type: HTMLAnchorElement, type: HTMLElement,
required: true, required: true,
}, },
user: { 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