mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-08-14 12:30:59 +00:00
v2.0代码提交
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!-- home -->
|
||||
<template>
|
||||
<div class="index-container">
|
||||
<h1>404!</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
list: []
|
||||
};
|
||||
},
|
||||
|
||||
computed: {},
|
||||
|
||||
mounted() {
|
||||
},
|
||||
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user