mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 20:23:46 +08:00
merge luma page code for v4.1.3
This commit is contained in:
@@ -13,11 +13,21 @@
|
||||
<div class="bar"></div>
|
||||
</div>
|
||||
<div class="text">
|
||||
<slot>正在生成歌曲</slot>
|
||||
<slot>{{message}}</slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// eslint-disable-next-line
|
||||
defineProps({
|
||||
message: {
|
||||
type: String,
|
||||
default: '任务正在执行',
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="stylus">
|
||||
.container {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user