push
This commit is contained in:
4
lib/component/VNode/index.ts
Normal file
4
lib/component/VNode/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import VNode from './v-node';
|
||||
import { withInstall } from '/nerv-lib/util';
|
||||
|
||||
export const NsVNode = withInstall(VNode);
|
||||
Reference in New Issue
Block a user