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
0:32 champange to celebrate success of this course!
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.
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.
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
Thank you Sir :-)
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?
You can watch his previous video where he talked about the extension 'vue VScode Snippets'
@@bibekangde8960 Thank you br
I added default: 'Article default title' to title prop, still warning "Missing required prop: "title" is displayed in console
Nice
Good
OK