mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-18 16:24:27 -04:00
fix: provide methods
This commit is contained in:
@@ -157,8 +157,8 @@ export default {
|
||||
|
||||
provide () {
|
||||
return {
|
||||
ncEmit: this.$emit,
|
||||
ncReset: this.reset
|
||||
ncEmit: (...args) => this.$emit(...args),
|
||||
ncReset: (...args) => this.reset(...args)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user