removed console log, wireguard network plan
This commit is contained in:
@@ -9,7 +9,6 @@ defineProps({
|
||||
const emit = defineEmits(['update:modelValue']);
|
||||
|
||||
function onChange(event) {
|
||||
console.log(event);
|
||||
emit('update:modelValue', event.target.value)
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user