smart-admin/smart_admin_v1/smart-admin-h5/src/views/error/404.vue
2022-10-27 22:14:48 +08:00

24 lines
239 B
Vue

<!-- home -->
<template>
<div class="index-container">
<h1>404!</h1>
</div>
</template>
<script>
export default {
data() {
return {
list: []
};
},
computed: {},
mounted() {
},
methods: {}
};
</script>