mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Add library to manage async resource Make Store reusable for easier testing Move plugin to libs Add getTaskFor getter with tests
10 lines
310 B
Vue
10 lines
310 B
Vue
<template lang="pug">
|
|
.row
|
|
.col-12
|
|
nav.nav
|
|
router-link.nav-link(:to="{name: 'tavern'}", exact) {{ $t('tavern') }}
|
|
router-link.nav-link(:to="{name: 'inbox'}") {{ $t('inbox') }}
|
|
router-link.nav-link(:to="{name: 'guildsDiscovery'}") {{ $t('guilds') }}
|
|
.col-12
|
|
router-view
|
|
</template> |