Skip to content
Discussion options

You must be logged in to vote
const links = [
    {
      name: 'FY24Q2 Hackathon',
      startDate: '2023-07-09',
      endDate: '2023-07-16',
      cutoffDate: '2023-08-16',
      label: 'Hackathon'
    },
    {
      name: 'FY24Q1 Hackathon',
      startDate: '2023-04-23',
      endDate: '2023-04-30',
      cutoffDate: '2023-05-30',
      label: 'Hackathon'
    },
    {
      name: 'FY23Q4 Hackathon',
      startDate: '2022-11-29',
      endDate: '2022-12-07',
      cutoffDate: '2023-01-30',
      label: 'Hackathon'
    },
  ],
Export default {
  name: 'App',
  methods: {
   getLinks(){
   return links 
  }
 }
}


<template v-for="(link, index) in getLinks()" :key="index">
      <a :href="getLinkUrl(link)">
      …

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@abitrolly
Comment options

@chenxch
Comment options

Answer selected by abitrolly
@abitrolly
Comment options

@chenxch
Comment options

@chenxch
Comment options

@abitrolly
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants