yangfeng
2024-01-08 8b9777c61dad679ea40d06a25f0e4e90da5f53cf
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <router-view />
</template>
 
<script>
export default {
  name: "unifiedM",
  props: {}
}
</script>
 
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped></style>