use explicit truncate

This commit is contained in:
Hayden 2022-09-19 21:32:47 -08:00
parent 781ed9d1ba
commit 4985cbb6e3

View file

@ -23,6 +23,7 @@
<script setup lang="ts">
import { ItemOut, ItemSummary } from "~~/lib/api/types/data-contracts";
import { truncate } from "~~/lib/strings";
const props = defineProps({
item: {