Skip to content

Commit e1bc562

Browse files
committed
fix(v-model): export registerElement in webpack. fix v-model issue nativescript-vue#371
1 parent 589c4e9 commit e1bc562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/nativescript/compiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { parseComponent } from './compiler/sfc/parser'
22
export { compile, compileToFunctions } from './compiler/index'
3+
export { registerElement } from './element-registry'

0 commit comments

Comments
 (0)