后台新挂载

This commit is contained in:
a0049873 2022-07-08 09:49:33 +08:00
parent e8485a86f9
commit db087b9869
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-07-08 09:48:52
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-08 09:49:12
* @Description: 告诉大家这是什么
-->
<template>
<div>
</div>
</template>
<script>
export default {
name: '',
components: {
},
props: {
},
data () {
return {
}
},
methods: {
}
}
</script>
<style lang='scss' scoped>
</style>