mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
4 lines
133 B
Vue
4 lines
133 B
Vue
|
|
<template lang="pug">
|
||
|
|
// Container component used when you only need an empty view to support children routes
|
||
|
|
router-view
|
||
|
|
</template>
|