燕山石化溯源三维电子沙盘-【前端】-Web
1
13693261870
2023-07-27 30a2bc0ede74667cfaf49388c217dbce9ea0262d
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <router-view />
</template>
 
<script>
export default {
  //import引入的组件需要注入到对象中才能使用
  components: {},
};
</script>
<style lang="less" scoped>
//@import url(); 引入公共css类
</style>