From 3cae614e88b9f247bedeba498a72b00c982356a3 Mon Sep 17 00:00:00 2001 From: Adrian Hooper Date: Thu, 19 Jul 2018 10:20:32 +0100 Subject: [PATCH] Can now bind any listener provided by user to the input --- package.json | 1 + src/vue-numeric.vue | 25 +++++++++++++++++++------ test/karma.config.js | 5 ++++- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3f84a84..d753a11 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "karma-spec-reporter": "^0.0.31", "karma-webpack": "^2.0.4", "mocha": "^3.5.0", + "phantomjs-polyfill-object-assign": "0.0.2", "phantomjs-prebuilt": "^2.1.15", "sinon": "^3.2.1", "sinon-chai": "^2.13.0", diff --git a/src/vue-numeric.vue b/src/vue-numeric.vue index 31a0688..150e577 100644 --- a/src/vue-numeric.vue +++ b/src/vue-numeric.vue @@ -1,13 +1,11 @@