{return typeof Polymer!=='undefined'&&typeof wrap==='function'?wrap(element):element;}function polymerUnwrap(element){return typeof Polymer!=='undefined'&&typeof unwrap==='function'?unwrap(element):element;}function index(element){var i=0;if(element.previousSibling){while(element=element....
unlock(changeRect:flash.geom:Rectangle)— method, class flash.display.BitmapData Unlocks an image so that any objects that reference the BitmapData object, such as Bitmap objects, are updated when this BitmapData object changes. unlock(taskId:String)— method, interface lc.procmgmt.ITaskManager...
If the style property has not been set anywhere in the style lookup chain, the value returned by getStyle() is undefined. Note that undefined is a special value that is not the same as false, "", NaN, 0, or null. No valid style value is ever undefined. You can use the method ISt...
<script> export default { name: 'my-tabs', props: { // 父组件传入的 tabs 数据 tabData: { type: Array, default: () => [] }, // 默认激活项 defaultIndex: { type: Number, default: 0 }, // 配置对象 config: { type: Object, default: () => { return {}; } } } }; </scr...