mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
fix: marked single input
This commit is contained in:
@@ -35,11 +35,6 @@ const delegatedProps = computed(() => {
|
||||
return delegated;
|
||||
});
|
||||
const forwarded = useForwardPropsEmits(delegatedProps, emits);
|
||||
|
||||
watch(forwarded.value, (newval) => {
|
||||
console.log(newval);
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user