TS重构
This commit is contained in:
parent
28fac2d8c5
commit
8b540b46fb
@ -1,9 +1,9 @@
|
|||||||
/**
|
|
||||||
* ob
|
|
||||||
* @deprecated TODO 泛用模版有性能问题
|
|
||||||
*/
|
|
||||||
import log from "../utils/log";
|
import log from "../utils/log";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* observe 包装
|
||||||
|
* @deprecated TODO 泛用模版有性能问题
|
||||||
|
*/
|
||||||
export default function initOB(dom: Document | Element = document, opt = {}, func = () => {
|
export default function initOB(dom: Document | Element = document, opt = {}, func = () => {
|
||||||
}, dev = false, once = false) {
|
}, dev = false, once = false) {
|
||||||
//let count = -1;
|
//let count = -1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user