forked from mirrors/misskey
@@ -1,13 +1,15 @@
|
||||
<template>
|
||||
<div class="signup">
|
||||
<h1>%i18n:@lets-start%</h1>
|
||||
<h1>{{ $t('lets-start') }}</h1>
|
||||
<mk-signup/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
export default Vue.extend({});
|
||||
import i18n from '../../../i18n';
|
||||
export default Vue.extend({
|
||||
i18n: i18n('mobile/views/pages/signup.vue'),});
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
|
||||
Reference in New Issue
Block a user