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