wxapp/pages/empty.vue

30 lines
278 B
Vue
Raw Permalink Normal View History

2024-08-03 11:57:17 +00:00
<template>
</template>
<script>
export default {
data() {
return {
}
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>