8 lines
138 B
Vue
8 lines
138 B
Vue
|
|
<template>
|
||
|
|
<SecondSheet>12</SecondSheet>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
import SecondSheet from '@/components/secondSheet/index.vue'
|
||
|
|
</script>
|