fix: Remove unused type declarations (#1991)

This commit is contained in:
波比小金刚 2021-05-21 16:27:33 +08:00 committed by GitHub
parent 980152c997
commit f419b8c61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,17 +22,6 @@
<script lang="ts">
import { computed, defineComponent } from 'vue'
interface IBadgeProps {
value: string | number
max: number
isDot: boolean
hidden: boolean
type: string
}
interface IBadgeSetups {
content: number | string
}
export default defineComponent({
name: 'ElBadge',
props: {