fix: remove 'Floo' from EdgeText.vue
This commit is contained in:
@@ -41,7 +41,6 @@ export default {
|
|||||||
<slot v-bind="props">
|
<slot v-bind="props">
|
||||||
<component :is="props.label" v-if="typeof props.label !== 'string' && typeof props.label" />
|
<component :is="props.label" v-if="typeof props.label !== 'string' && typeof props.label" />
|
||||||
<template v-else v-html="props.label">
|
<template v-else v-html="props.label">
|
||||||
Floo
|
|
||||||
{{ props.label }}
|
{{ props.label }}
|
||||||
</template>
|
</template>
|
||||||
</slot>
|
</slot>
|
||||||
|
|||||||
Reference in New Issue
Block a user