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