feat: properties dialog

This commit is contained in:
puriphatt 2024-06-18 11:47:53 +00:00
parent 536a5626be
commit bd2a7962d8
3 changed files with 401 additions and 1 deletions

View file

@ -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"