Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Jan 21, 2024
1 parent c3c66db commit c3f6d16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugins/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
type HBSNode,
escapeString,
isPath,
resolvePath,
resolvedChildren,
serializeChildren,
serializePath,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
formula,
deepFnValue,
} from '@/utils/reactive';
import { checkOpcode, effect, opcodeFor } from '@/utils/vm';
import { checkOpcode, opcodeFor } from '@/utils/vm';
import {
SyncListComponent,
AsyncListComponent,
Expand Down

0 comments on commit c3f6d16

Please sign in to comment.