看完之后能感觉到就是想要把blog-post-row的内容放在table中的tr标签中,是通过:is特性来进行使用的。但是感觉不知道具体怎么用,那就下面的这个示例再直观的感受一下:
<template>
<div class="hello">
<h1>{{ msg }}</h1>
<h2>Essential Links</h2>
<div attribute to limit CSS to this component only -->
<style scoped>
</style>
————————————————
也可以看一下其他朋友的示例哈:
<template>
<div class="hello">
<h1>{{ msg }}</h1>
<h2>Essential Links</h2>
<div attribute to limit CSS to this component only -->
<style scoped>
</style>
————————————————