fix some known bugs
This commit is contained in:
@@ -236,7 +236,7 @@ watchEffect(() => {
|
|||||||
|
|
||||||
<v-footer
|
<v-footer
|
||||||
app
|
app
|
||||||
class="w-100"
|
class="footer"
|
||||||
>
|
>
|
||||||
<div class="px-md-16 w-100 d-flex flex-column">
|
<div class="px-md-16 w-100 d-flex flex-column">
|
||||||
<div class="d-flex align-center">
|
<div class="d-flex align-center">
|
||||||
@@ -283,4 +283,10 @@ watchEffect(() => {
|
|||||||
</template>
|
</template>
|
||||||
</v-snackbar>
|
</v-snackbar>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.footer {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -86,7 +86,7 @@ const selectPrompt = (prompt) => {
|
|||||||
menu.value = false
|
menu.value = false
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted( () => {
|
onNuxtReady( () => {
|
||||||
loadPrompts()
|
loadPrompts()
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user