传入一个对象的所有property 传入一个对象的所有property<blog-post v-bind="post"></blog-post>// 等价于<blog-post v-bind:id="post.id" v-bind:title="post.title"></blog-post>