UNPKG

c-uview-plus

Version:

零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水

21 lines (15 loc) 359 B
import {getTransferedObjectUUID} from './classUtils'; const name = 'WebGLProgram'; function uuid(id) { return getTransferedObjectUUID(name, id); } export default class WebGLProgram { className = name; constructor(id) { this.id = id; } static uuid = uuid; uuid() { return uuid(this.id); } }