<template>
<div
v-if="type == xxx"
></div>
//这个时候页面加载的type是没有值的怎么办呢?
</template>
computed:{ type(){ return (ajax请求回来的某一个字段的值)
}
}
添加回答
举报
0/150
提交
取消