feat: remove comments from prioritySelect
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-11-06 22:17:03 +01:00
parent 66e60a4e6a
commit b0069b3dec
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 0 additions and 3 deletions

View File

@ -28,13 +28,10 @@ const props = defineProps({
default: false,
},
})
const emit = defineEmits(['update:modelValue'])
const priority = ref(0)
// FIXME: store value outside
// Set the priority to the :value every time it changes from the outside
watch(
() => props.modelValue,
(value) => {