Skip to content

Commit 7ba3bb1

Browse files
committed
added link to component-props docs
1 parent e8d7ad2 commit 7ba3bb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 01-HelloWorld/03-ComponentSocks.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const comp = Vue.component('product', {
2+
// https://vuejs.org/v2/guide/components-props.html
23
// Props with validation
34
props: {
45
premium: {type: Boolean, required: true, default: false},

0 commit comments

Comments
 (0)