mirror of
https://github.com/nvms/soma3.git
synced 2025-12-15 23:20:52 +00:00
ok
This commit is contained in:
parent
9c75ee6bc1
commit
4d71b03402
@ -1,7 +1,6 @@
|
|||||||
import { App } from ".";
|
import { App } from ".";
|
||||||
import { computed } from "./reactivity/computed";
|
import { computed } from "./reactivity/computed";
|
||||||
import { reactive } from "./reactivity/reactive";
|
import { reactive } from "./reactivity/reactive";
|
||||||
import { ref } from "./reactivity/ref";
|
|
||||||
import { html } from "./util";
|
import { html } from "./util";
|
||||||
|
|
||||||
// ------------------------------------------------
|
// ------------------------------------------------
|
||||||
|
|||||||
@ -17,7 +17,6 @@ import {
|
|||||||
extractPropName,
|
extractPropName,
|
||||||
findSlotNodes,
|
findSlotNodes,
|
||||||
findTemplateNodes,
|
findTemplateNodes,
|
||||||
insertBefore,
|
|
||||||
isElement,
|
isElement,
|
||||||
isEventAttribute,
|
isEventAttribute,
|
||||||
isMirrorProp,
|
isMirrorProp,
|
||||||
@ -25,9 +24,7 @@ import {
|
|||||||
isPropAttribute,
|
isPropAttribute,
|
||||||
isRegularProp,
|
isRegularProp,
|
||||||
isSpreadProp,
|
isSpreadProp,
|
||||||
isTemplate,
|
|
||||||
isText,
|
isText,
|
||||||
nextTick,
|
|
||||||
Slot,
|
Slot,
|
||||||
stringToElement,
|
stringToElement,
|
||||||
Template,
|
Template,
|
||||||
@ -411,7 +408,7 @@ export class Block {
|
|||||||
block.teardown();
|
block.teardown();
|
||||||
});
|
});
|
||||||
|
|
||||||
this.context.effects.forEach(stop);
|
this.context.effects.forEach((e) => e.stop());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user