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.
20 lines
261 B
20 lines
261 B
3 years ago
|
<!--
|
||
|
* @Author: ch
|
||
|
* @Date: 2022-03-22 16:13:00
|
||
|
* @LastEditors: ch
|
||
|
* @LastEditTime: 2022-03-22 16:17:04
|
||
|
* @Description: file content
|
||
|
-->
|
||
|
<template>
|
||
|
<view>
|
||
|
|
||
|
</view>
|
||
|
</template>
|
||
|
<script>
|
||
|
export default {
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
<style lang="scss" scoped>
|
||
|
|
||
|
</style>
|