init
This commit is contained in:
19
src/views/bigScreen/drivingCabin/index.vue
Normal file
19
src/views/bigScreen/drivingCabin/index.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<scalseBox>
|
||||
<div>111</div>
|
||||
|
||||
</scalseBox>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import scalseBox from '../components/scaleBox.vue'
|
||||
import Screen from "../components/Screen";
|
||||
export default {
|
||||
name: 'DrivingCabin',
|
||||
components: {
|
||||
scalseBox,
|
||||
Screen
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user