You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
260 B
17 lines
260 B
3 years ago
|
<!--
|
||
|
* @Author: ch
|
||
|
* @Date: 2022-05-04 17:56:39
|
||
|
* @LastEditors: ch
|
||
|
* @LastEditTime: 2022-05-04 21:19:27
|
||
|
* @Description: file content
|
||
|
-->
|
||
|
<template>
|
||
|
<div>
|
||
|
<Nuxt />
|
||
|
<div>我是版权</div>
|
||
|
</div>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
}
|
||
|
</script>
|