chore: update

This commit is contained in:
Sadegh Barati 2024-03-21 19:12:53 +03:30
parent 1e90e02c43
commit 8f9e16b378
2 changed files with 2 additions and 6 deletions

View File

@ -27,9 +27,7 @@ const frameworks = [
] ]
const open = ref(false) const open = ref(false)
const value = ref<string>('') const value = ref('')
// const filterFunction = (list: typeof frameworks, search: string) => list.filter(i => i.value.toLowerCase().includes(search.toLowerCase()))
</script> </script>
<template> <template>

View File

@ -27,9 +27,7 @@ const frameworks = [
] ]
const open = ref(false) const open = ref(false)
const value = ref<string>('') const value = ref('')
// const filterFunction = (list: typeof frameworks, search: string) => list.filter(i => i.value.toLowerCase().includes(search.toLowerCase()))
</script> </script>
<template> <template>