jonathanpmartins / v-money3

Vue3 currency input/directive mask
MIT License
103 stars 27 forks source link

How to use v-money3 with <el-input /> (ElementUI)? #74

Open leeobrum opened 1 year ago

leeobrum commented 1 year ago

Hi, I'm migration my project to vue3 and pinia etc... but don't working v-money3 with my template ElementUI. My old project where I used v-money only, is working. Exemple for error:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length') at B (v-money3.mjs:204:19) at updated (v-money3.mjs:239:95) at callWithErrorHandling (runtime-core.esm-bundler.js:157:22) at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:166:21) at invokeDirectiveHook (runtime-core.esm-bundler.js:2819:13) at Array. (runtime-core.esm-bundler.js:5380:25) at flushPostFlushCbs (runtime-core.esm-bundler.js:343:32) at flushJobs (runtime-core.esm-bundler.js:397:9) at flushJobs (runtime-core.esm-bundler.js:403:13)

line of code:

Githubissues.
  • Githubissues is a development platform for aggregating issues.