更新vue文件夹

This commit is contained in:
kerwincui
2022-03-16 14:03:27 +08:00
parent 3a8973a50a
commit 5baa1af72e
275 changed files with 0 additions and 23074 deletions

View File

@@ -1,12 +0,0 @@
<script>
export default {
created() {
const { params, query } = this.$route
const { path } = params
this.$router.replace({ path: '/' + path, query })
},
render: function(h) {
return h() // avoid warning message
}
}
</script>