mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-05-30 15:30:17 +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>
|