jiuyiUniapp/jiuyi2/pages/index/index.vue

29 lines
232 B
Vue

<template>
<view id="app">
<!-- -->
</view>
</template>
<script>
export default {
data() {
return {
//
}
},
onLoad() {
//
},
methods: {
//
}
}
</script>
<style lang="less">
//
</style>