refactor: remove layout components: Exception

This commit is contained in:
chenghx
2018-08-22 11:46:45 +08:00
parent 5794bad611
commit 04f8642c33
2 changed files with 1 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
<template>
<router-view />
</template>
<script>
export default {
name: 'Exception'
}
</script>
<style scoped>
</style>