智能照明系统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/25/25ab2df5a37fe50bf59459f46a5...

11 lines
355 B

3 years ago
export default function parseComponentCreateOptions (vm) {
// 目前方案调整为 service 层直接处理,暂不需要同步配置到 view 层
// if (vm.$options.mpOptions && vm.$options.mpOptions.externalClasses) {
// return {
// mpOptions: {
// externalClasses: vm.$options.mpOptions.externalClasses
// }
// }
// }
}