H5-contact/node_modules/@dcloudio/uni-components/lib-x-vapor/uniloading/element.uts

12 lines
237 B
Plaintext

// #ifdef WEB
// vapor 临时处理
class UniVueElement extends HTMLElement { }
// #endif
// #ifdef MP
// vapor 临时处理
class UniVueElement extends UniElement { }
// #endif
export class UniLoadingElement extends UniVueElement { }