missing empty lines
This commit is contained in:
parent
f50da3b79c
commit
5dea3293c6
@ -85,4 +85,4 @@ export default function () {
|
|||||||
technologyLevels,
|
technologyLevels,
|
||||||
languageLevels,
|
languageLevels,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -65,4 +65,4 @@ const filteredItems = computed(() =>
|
|||||||
? props.items
|
? props.items
|
||||||
: props.items.filter((item) => item.toLowerCase().includes(query.value.toLowerCase())),
|
: props.items.filter((item) => item.toLowerCase().includes(query.value.toLowerCase())),
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
@ -110,4 +110,4 @@ function addItem() {
|
|||||||
function removeItem(index) {
|
function removeItem(index) {
|
||||||
emit('removeItem', index)
|
emit('removeItem', index)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -43,4 +43,4 @@ const selectedValue = computed({
|
|||||||
|
|
||||||
const currentIndex = computed(() => props.levels.findIndex((level) => level.level === selectedValue.value.level))
|
const currentIndex = computed(() => props.levels.findIndex((level) => level.level === selectedValue.value.level))
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
@ -89,4 +89,4 @@ const filteredItems = computed(() =>
|
|||||||
? props.items
|
? props.items
|
||||||
: props.items.filter((item) => item.toLowerCase().includes(query.value.toLowerCase())),
|
: props.items.filter((item) => item.toLowerCase().includes(query.value.toLowerCase())),
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user