P
Benjamin Schey
@bswebdesAll solutions
- Submitted 5 months ago
Blog Card with Nuxt.js and Tailwindcss
- HTML
- CSS
I tried to implement an array of objects in an authors.ts file.
export const blogAuthors = [ { id: 1, name: 'Greg', fullName: 'Greg Hooper', image: '@/assets/images/greg.webp', }, ];
I also created a prop for the name: ``
However, it won't let me use the image. The path is correct, but it won't load