Skip to content

Instantly share code, notes, and snippets.

View gersona's full-sized avatar
🇲🇬

gers gersona

🇲🇬
  • Antananarivo, MG
View GitHub Profile
@gersona
gersona / GFGD_cando_store.js
Created November 9, 2020 12:49
cando proficiency thing
export const state = () => ({
candos = [
{id: 1, text: 'cando one', proficiency: '3'},
{id: 2, text: 'cando two', proficiency: '1'},
{id: 3, text: 'cando three', proficiency: '2'},
]
})
export const getters = {
allProficiencies: (state) => {