Skip to content

Commit

Permalink
use v-model
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Sep 2, 2024
1 parent 68534ba commit e47a20b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<template>
<dt-popover
v-model="isPopoverOpen"
class="d-filter-pill"
data-qa="dt-filter-pill"
:open="isPopoverOpen"
@update:open="isPopoverOpen = $event"
>
<template #anchor>
<div class="d-filter-pill__wrapper">
Expand Down

0 comments on commit e47a20b

Please sign in to comment.