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.
 
 
 
 
 

33 lines
362 B

<!--
* @Author: Haiqiang
* @Date: 2021-04-09 12:05:00
* @LastEditors: Haiqiang
* @LastEditTime: 2021-05-24 14:10:39
* @Description: 示例
-->
<template>
<view class="content">
demo
</view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style>
</style>