Make VPFlyout require JS

pull/2912/head
Gavin John 2 years ago committed by GitHub
parent ffc9871312
commit 0e891604e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ function onBlur() {
<template>
<div
class="VPFlyout"
class="VPFlyout js-required"
ref="el"
@mouseenter="open = true"
@mouseleave="open = false"

Loading…
Cancel
Save