Skip to content

Instantly share code, notes, and snippets.

@luka-mikec
luka-mikec / vue3_spreadsheet.vue
Last active February 12, 2022 09:18
Vue 3 blog post code (spreadsheet example)
<template>
<div>
<div style="margin: 1ex;">Calculations: {{ calculations }}</div>
<table class="table" border="0">
<tr class="row">
<td id="empty_first_cell"></td>
<td class="column"
v-for="(_, j) in cols" :key="'header' + j"
>