feat:删掉cloudcenter, 添加vault

This commit is contained in:
ibuler
2020-06-04 17:15:01 +08:00
parent 8d5be17507
commit 7cf2aca5da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
<template>
<h1 />
<h2>hello</h2>
</template>
<script>
export default {
name: 'CloudCenter'
name: 'Vault'
}
</script>