12 lines
167 B
Vue
12 lines
167 B
Vue
|
<template>
|
||
|
<div style="height: calc(100vh - 200px)">
|
||
|
预售订单
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {}
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss" scoped></style>
|