<template> <div v-if="type == xxx" ></div> //这个时候页面加载的type是没有值的怎么办呢?</template>computed:{ type(){ return (ajax请求回来的某一个字段的值) }}
一只斗牛犬
相关分类