We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9132cb6 commit 6dac379Copy full SHA for 6dac379
pages/organizations/index.vue
@@ -1,6 +1,7 @@
1
<template>
2
<div class="page-container">
3
<Hero title="Organizations" />
4
+ <LastUpdated />
5
<div class="area-chart-section">
6
<div class="chart-header">
7
<div class="divider-black"></div>
@@ -21,12 +22,14 @@
21
22
</template>
23
24
<script>
25
+import LastUpdated from '~/components/LastUpdated.vue'
26
export default {
27
name: 'OrganizationsPage',
28
components: {
29
Hero: () => import('~/components/Hero.vue'),
30
AreaChart: () => import('~/components/AreaChart.vue'),
31
TopOrganizations: () => import('~/components/TopOrganizations.vue'),
32
+ LastUpdated,
33
},
34
data() {
35
return {
0 commit comments