5 lines
63 B

export default {
props: { items: [] },
html: `No items.`,
};