mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
5771a87ed0
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
13 lines
191 B
Vue
13 lines
191 B
Vue
<template>
|
|
<mk-home customize/>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import Vue from 'vue';
|
|
export default Vue.extend({
|
|
mounted() {
|
|
document.title = 'Misskey - %i18n:@title%';
|
|
}
|
|
});
|
|
</script>
|