1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-13 05:39:29 +08:00
Files
uni-halo/pagesB/photos/photos-edit.vue
T
2022-12-06 15:08:29 +08:00

20 lines
153 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>