This commit is contained in:
syuilo 2025-06-28 19:20:02 +09:00
parent 32ddaa0cf8
commit dfbc40f868
1 changed files with 28 additions and 28 deletions

View File

@ -99,7 +99,7 @@ const items = computed<TlItem<T>[]>(() => {
}
}
return results;
});
});
</script>
<style lang="scss" module>