forked from mirrors/homebox
end-to-end testing setup
This commit is contained in:
parent
b4eb7d8ddc
commit
ad4c8c9ab4
41 changed files with 544 additions and 313 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue