✌️
This commit is contained in:
parent
ea2ddf3a4d
commit
dbc421cb57
15 changed files with 272 additions and 377 deletions
10
src/web/app/dev/views/index.vue
Normal file
10
src/web/app/dev/views/index.vue
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<template>
|
||||
<div>
|
||||
<router-link to="/app">アプリ</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
export default Vue.extend();
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue