90. Catch the errors from the server and show the error message in signup page - Vue js 3 | Vue 3.

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Hi Friends
    In this video, we will see how to catch the errors in components from actions and show the error message on the signup page - Vuejs 3 | Vue 3.
    The code is deployed in my Github account.
    github.com/lee...
    If you like my video, please subscribe to my channel.
    TH-cam Page: / leelawebdev
    Twitter Page: / leelanarsimha
    Linkedin: / leela-narasimha-reddy-...
    GitHub: github.com/lee...
    #Vue3 #Vuejs #leelawebdev

ความคิดเห็น • 6

  • @user-uk9er5vw4c
    @user-uk9er5vw4c ปีที่แล้ว

    thanks very clear and helpful

  • @arjadgohar6837
    @arjadgohar6837 2 ปีที่แล้ว

    what extentions you have used in vs code to add vertical color bars in div block?

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว

      That is built in i think.. Try to install latest vscode

  • @ckgringoblogger9170
    @ckgringoblogger9170 2 ปีที่แล้ว

    Hi Leela, how are you? thanks for the amazing course, I'm following every step yours, I'm trying to replicate this chapter but I'm getting an error:
    Unexpected reserved word 'static'. (24:8)
    22 | }
    23 |
    > 24 | static getErrorMessageFromCode(errorCode) {
    | ^
    25 | switch(errorCode) {
    26 | case 'EMAIL_EXISTS':
    27 | return 'Email Already Exists!';
    Can you help me , please, thanks.

    • @LeelaWebDev
      @LeelaWebDev  2 ปีที่แล้ว +1

      we cannot use static in the vue component methods. If it is javascript class then it is fine

    • @ckgringoblogger9170
      @ckgringoblogger9170 2 ปีที่แล้ว

      @@LeelaWebDev Im following your video class, exactly like you did in this video, did I forget or missed something?