7 lines
173 B

export default {
compileOptions: {
dev: true
},
error: `{#each} only iterates over array-like objects. You can use a spread to convert this iterable into an array.`
};