Test commit to new origin
This commit is contained in:
@@ -33,7 +33,7 @@ const handleDelete = (id, label) => emit("delete", id, label);
|
||||
<template>
|
||||
<div class="grid grid-rows-* grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-3">
|
||||
<template v-if="getTRRs(person).length">
|
||||
<Card class="p-2" v-for="(acc, idx) in getTRRs(person)" :key="idx">
|
||||
<Card class="p-2 gap-2" v-for="(acc, idx) in getTRRs(person)" :key="idx">
|
||||
<div class="flex items-center justify-between mb-2" v-if="edit">
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user