智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/55/55d38a8baaf48102170e3f78d66...

6 lines
162 B

export function parseProperties (properties, vueComponentOptions) {
if (!properties) {
return
}
vueComponentOptions.mpOptions.properties = properties
}