mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-05 08:36:44 -06:00
11 lines
166 B
Vue
11 lines
166 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<router-link to="/app">アプリ</router-link>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts">
|
||
|
import Vue from 'vue';
|
||
|
export default Vue.extend();
|
||
|
</script>
|