Page MenuHomePhorge

Dashboard.vue
No OneTemporary

Size
712 B
Referenced Files
None
Subscribers
None

Dashboard.vue

<template>
<div class="container" dusk="dashboard-component">
<user-search></user-search>
<div id="dashboard-nav" class="mt-3">
<router-link class="card link-stats" :to="{ name: 'stats' }">
<svg-icon icon="chart-line"></svg-icon><span class="name">{{ $t('dashboard.stats') }}</span>
</router-link>
</div>
</div>
</template>
<script>
import UserSearch from '../Widgets/UserSearch'
import { library } from '@fortawesome/fontawesome-svg-core'
import { faChartLine } from '@fortawesome/free-solid-svg-icons'
library.add(faChartLine)
export default {
components: {
UserSearch
}
}
</script>

File Metadata

Mime Type
text/html
Expires
Thu, Jul 9, 1:50 AM (5 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1052394
Default Alt Text
Dashboard.vue (712 B)

Event Timeline