mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(Popover): handle hover mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<UPopover v-model:open="open" arrow>
|
||||
<UButton label="Click me" color="white" />
|
||||
<UPopover v-model:open="open" arrow mode="hover">
|
||||
<UButton label="Hover me" color="white" />
|
||||
|
||||
<template #content>
|
||||
<div class="flex gap-2 p-4">
|
||||
|
||||
Reference in New Issue
Block a user