mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
8 lines
96 B
Vue
8 lines
96 B
Vue
<template lang="pug">
|
|
h2 {{ $t('stable') }}
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
};
|
|
</script>
|