feat(core,a11y): add A11yDescriptions to VueFlow container
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<script lang="ts" setup>
|
||||
import type { D3ZoomEvent } from 'd3-zoom'
|
||||
import Viewport from '../Viewport/Viewport.vue'
|
||||
import type { FlowElements, FlowProps } from '../../types/flow'
|
||||
import A11yDescriptions from '../../components/A11y/A11yDescriptions.vue'
|
||||
import type {
|
||||
Connection,
|
||||
EdgeChange,
|
||||
EdgeMouseEvent,
|
||||
EdgeUpdateEvent,
|
||||
FlowElements,
|
||||
FlowProps,
|
||||
GraphEdge,
|
||||
GraphNode,
|
||||
NodeChange,
|
||||
@@ -170,5 +172,7 @@ export default {
|
||||
</Viewport>
|
||||
|
||||
<slot />
|
||||
|
||||
<A11yDescriptions />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user