Reactive title

This commit is contained in:
2023-05-06 12:05:13 -04:00
parent 535302ce9d
commit b57634f730
8 changed files with 65 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
<template>
<Subtitle value="Recall" />
<div>
<div class="card mb-3 shadow">
<div class="card-header">Clinics</div>
@@ -47,6 +48,7 @@
<script>
import { groupByArray, strtr_unscramble, strHashHSL, strftime_vista, debounce } from './util.mjs';
import Subtitle from './Subtitle.vue';
import ViewResourceLookup from './ViewResourceLookup.vue';
function dateonly(date) {
@@ -55,7 +57,7 @@
export default {
components: {
ViewResourceLookup
Subtitle, ViewResourceLookup
},
props: {
client: Object