FocusTrap description fix

pull/4048/head
Tuğçe Küçükoğlu 2023-06-13 11:10:31 +03:00
parent 10f83fbe88
commit cafb3d07a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<p>The element to block should be placed as a child of BlockUI and <i>blocked</i> property is required to control the state.</p> <p>FocusTrap is enabled by attaching the directive with the v- prefix.</p>
</DocSectionText> </DocSectionText>
<div class="flex justify-content-center p-fluid"> <div class="flex justify-content-center p-fluid">
<div v-focustrap class="card"> <div v-focustrap class="card">

View File

@ -21,7 +21,7 @@ export default {
}, },
{ {
id: 'basic', id: 'basic',
label: 'Label', label: 'Basic',
component: BasicDoc component: BasicDoc
} }
] ]