Interface that defines property for LinksGrid component
const linksList = [ { title: "test 1", description: "Test Page #1", link: "/test/1", imagePath: "/images/test-1.png", }, ... { title: "test n", description: "Test Page #n", link: "/test/n", imagePath: "/images/test-n.png", },];<LinksGrid :links="linksList" /> Copy
const linksList = [ { title: "test 1", description: "Test Page #1", link: "/test/1", imagePath: "/images/test-1.png", }, ... { title: "test n", description: "Test Page #n", link: "/test/n", imagePath: "/images/test-n.png", },];<LinksGrid :links="linksList" />
Array of property of LinkCard components
Interface that defines property for LinksGrid component
Example