chore(core): add missing edge wrapper name
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,7 @@ interface Props {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const EdgeWrapper = defineComponent({
|
const EdgeWrapper = defineComponent({
|
||||||
|
name: 'Edge',
|
||||||
props: ['name', 'type', 'id', 'updatable', 'selectable', 'focusable', 'edge'],
|
props: ['name', 'type', 'id', 'updatable', 'selectable', 'focusable', 'edge'],
|
||||||
setup(props: Props) {
|
setup(props: Props) {
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user