//第一种: props: ["msg2"], //第二种 props:{ msg2:String } , // 第三种 props: { msg2: { type: String, //写对应的类型 default: "默认值", //没有值的时候,默认 }, },
京公网安备 11010502049817号