<--! 以下代码编译的时候提示错误 --><template v-for="(item, index) in info" :key="key"></template>
因为 上不能绑定属性,所以会有次错误
尝试将template替换成其他标签
<--! 以下代码编译的时候提示错误 --><template v-for="(item, index) in info" :key="key"></template>
因为 上不能绑定属性,所以会有次错误
尝试将template替换成其他标签