mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-06-03 09:20:15 +09:00
20 lines
153 B
Vue
20 lines
153 B
Vue
<template>
|
|
<view>
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
};
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
|
|
</style>
|