Skip to content

Commit b110b79

Browse files
committed
fix(browser-vm): Repair case folder path
1 parent 219f6bd commit b110b79

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime/browser-vm/src/dynamicNode

1 file changed

+1
-1
lines changed

packages/runtime/browser-vm/src/dynamicNode/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { warn, __ELEMENT_DELETE_TAG__ } from '@garfish/utils';
22
import { StyleManager } from '@garfish/loader';
33
import { __domWrapper__ } from '../symbolTypes';
44
import { sandboxMap, isInIframe } from '../utils';
5-
import { injectHandlerParams } from './processParams';
5+
import { injectHandlerParams } from './processparams';
66
import { DynamicNodeProcessor, rawElementMethods } from './processor';
77

88
const mountElementMethods = [

0 commit comments

Comments
 (0)