摘要:
vue3引入图片,路径没错,但无法识别 import defaultImage from '@/assets/column.jpg' Cannot find module '@/assets/column.jpg' or its corresponding type declarations.为啥报 阅读全文
摘要:
setup(props) { const PostList = computed(() => { return props.list.map(post => { if(!post.image){ // image不再等于字符串了,而是等于一个对象 // 默认图片 post.image = { url 阅读全文