mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
9 lines
96 B
Vue
9 lines
96 B
Vue
<template lang="pug">
|
|
h2 {{ $t('stable') }}
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
};
|
|
</script>
|