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> <template>
<h1 /> <h2>hello</h2>
</template> </template>
<script> <script>
export default { export default {
name: 'CloudCenter' name: 'Vault'
} }
</script> </script>