CET-vue-3.0/src/views/examplace/exam.vue

24 lines
275 B
Vue
Raw Normal View History

<template>
<div>
<div>
<h1>二期开发</h1>
</div>
</div>
</template>
<script>
export default {
}
</script>
<style lang="less" scoped>
h1{
color: red;
font-size: 50px;
text-align: center;
margin-top: 100px;
}
</style>