mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-17 18:28:03 +08:00
Support remote script
This commit is contained in:
15
web/src/views/Dashboard.vue
Normal file
15
web/src/views/Dashboard.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<h1 class="headline">首页</h1>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Dashboard"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
10
web/src/views/Subscription.vue
Normal file
10
web/src/views/Subscription.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<h1 class="headline">订阅</h1>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
web/src/views/User.vue
Normal file
15
web/src/views/User.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<h1 class="headline">用户</h1>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "User"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user