mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
end-to-end testing setup
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
const value = useVModel(props, 'modelValue', emit);
|
||||
const valueLen = computed(() => {
|
||||
console.log(value.value.length);
|
||||
|
||||
return value.value ? value.value.length : 0;
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user