报错写法:
报错信息:
Ambiguous combined usage of slot-scope and v-for on <span> (v-for takes higher priority). Use a wrapper <template> for the scoped slot to make it clearer.
v-for和slot-scoped不能同时组合使用,v-for的优先级更高,建议使用<template>包裹
正确写法:
2024-01-07 17:40:04
报错写法:
报错信息:
Ambiguous combined usage of slot-scope and v-for on <span> (v-for takes higher priority). Use a wrapper <template> for the scoped slot to make it clearer.
v-for和slot-scoped不能同时组合使用,v-for的优先级更高,建议使用<template>包裹
正确写法:
下一篇:spark总结