Support remote script

This commit is contained in:
Peng-YM
2020-08-21 18:06:27 +08:00
parent a610346c5d
commit 343692db86
14 changed files with 158 additions and 29 deletions

View File

@@ -0,0 +1,15 @@
<template>
<v-container>
<h1 class="headline">首页</h1>
</v-container>
</template>
<script>
export default {
name: "Dashboard"
}
</script>
<style scoped>
</style>