docs(components): [api-typing] use inline-flex (#10512)

This commit is contained in:
Xc 2022-11-07 23:01:32 +08:00 committed by GitHub
parent 1538f91897
commit 2e3b6cdde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ defineProps({
</script>
<template>
<span class="flex items-center">
<span class="inline-flex items-center">
<code class="api-typing mr-1">
{{ type }}
</code>