Vue JS 3 Tutorial - 31 - Prop Types and Validations

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 12

  • @walterlasnoches6899
    @walterlasnoches6899 2 года назад +2

    0:32 champange to celebrate success of this course!

  • @byterbit6236
    @byterbit6236 3 года назад

    Oddly enough works whereas the common form of did not show props! In any event many thanks for your fine work here and a very good teaching style.

  • @sirajul-anik
    @sirajul-anik 2 года назад

    Just wondering if "default" and "required" goes on with the same prop as they sound mutually exclusive and at least in my case it didn't work.

  • @sosirinoupoli
    @sosirinoupoli 2 года назад

    Hello, thanks for the video.
    Is it possible to declare a single object props like ArticleProps using ArticlePropsInterface and how? Does the component looses the reactivity?
    for example props: { articleProps: { type: Object as PropType } } and then use articleProps.title to the template?
    Thank you

  • @iUmerFarooq
    @iUmerFarooq 2 года назад +1

    Thank you Sir :-)

  • @baonguyen7013
    @baonguyen7013 2 года назад +1

    Hello sir, how could you type 'vba' in 1:56 and the vue file automatic create code for you?. Are you using extension or something else?

    • @bibekangde8960
      @bibekangde8960 2 года назад +1

      You can watch his previous video where he talked about the extension 'vue VScode Snippets'

    • @baonguyen7013
      @baonguyen7013 2 года назад

      @@bibekangde8960 Thank you br

  • @RizwanKhan-xo7mz
    @RizwanKhan-xo7mz 2 года назад

    I added default: 'Article default title' to title prop, still warning "Missing required prop: "title" is displayed in console

  • @thetechrealms7824
    @thetechrealms7824 3 года назад

    Nice

  • @NurulIslam-dw8yp
    @NurulIslam-dw8yp 3 года назад

    Good

  • @ridl27
    @ridl27 3 года назад

    OK