Update index.vue

I believe the header has the incorrect value in it.  Badge -> BlockUI
pull/3743/head
elkusbry 2023-03-13 13:45:26 -04:00 committed by GitHub
parent ada556bbd9
commit e0a2838e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<DocComponent title="Vue BlockUI Component" header="Badge" description="BlockUI can either block other components or the whole page." :componentDocs="docs" :apiDocs="['BlockUI']" />
<DocComponent title="Vue BlockUI Component" header="BlockUI" description="BlockUI can either block other components or the whole page." :componentDocs="docs" :apiDocs="['BlockUI']" />
</template>
<script>