feat: properties dialog
This commit is contained in:
parent
536a5626be
commit
bd2a7962d8
3 changed files with 401 additions and 1 deletions
|
|
@ -18,6 +18,10 @@ defineProps<{
|
|||
isType?: boolean;
|
||||
service?: boolean;
|
||||
}>();
|
||||
|
||||
defineEmits<{
|
||||
(e: 'serviceProperties'): void;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -105,6 +109,7 @@ defineProps<{
|
|||
round
|
||||
padding="0"
|
||||
style="background-color: var(--surface-tab)"
|
||||
@click="$emit('serviceProperties')"
|
||||
>
|
||||
<Icon
|
||||
icon="basil:settings-adjust-solid"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue