yangfeng
2024-01-04 edb9e3f9ff72a96e43a4172ac38614b9968ed363
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>