jiuyiUniapp/jiuyi2/pages/index/index.vue

29 lines
232 B
Vue
Raw Normal View History

2024-12-18 15:46:27 +08:00
<template>
<view id="app">
<!-- -->
</view>
</template>
<script>
export default {
data() {
return {
//
}
},
onLoad() {
//
},
methods: {
//
}
}
</script>
<style lang="less">
//
</style>