Комментарии:
Hi Danny hope you are doing well thank you for your videos just about sending a message to got it work I had to add click event to send button Im I in Right Way ????? like : <q-toolbar>
<q-form
class="full-width">
<q-input
v-model="newMessage"
bg-color="white"
outlined
rounded
label="Message"
dense>
<template v-slot:after>
<q-btn
round
dense
flat
@click="sendMessage"
type="submit"
color="white"
icon="send" />
</template>
</q-input>
</q-form>
</q-toolbar>
these are really great contents
ОтветитьI feel like graduating from a university. Great videos. Look forward more. Can you pls do /* DannyDBBucketList.ref("QuasarWithGraphQL/" + forAll + "/" + payload.otherLikeOnServerlessCloud).push(video.request) */ ... Thank you , I really learnt a lot here...
ОтветитьGood evening Danny , What database did you use for the chat app or what database will you advise me to use for quasar apps
ОтветитьI was going to create a app with chat rooms , any idea how can I create a room where users can enter and chat, thanks in advance
ОтветитьCan you make a video tutorial on sales and inventory management? I've just finished watching the tutorial you have on udemy and currently following this one
ОтветитьHey Danny, no matter what I do, it seems the console keeps logging this:
Uncaught TypeError: Cannot read property 'type' of undefined
at setFieldValue
at HTMLFormElement.formKeydownListener
I'm not sure what's going on -- it won't send the message. It logs this error whenever I try to send a chat. I'm not sure where to look to fix it. Thoughts?
On this version of Quasar that I'm currently using(2.2.3). @submit isn't enough to send the message. I had to attach a @click on q-button too.
ОтветитьIt's a shame that your course at udemy doesn't have subtitles in Portuguese. You can think about it. Its number of students in Brazil is increasing. Some don't speak English.
Ответить