diff --git a/src/components/inputnumber/InputNumber.vue b/src/components/inputnumber/InputNumber.vue index 3f5e90e2e..3f935a34d 100755 --- a/src/components/inputnumber/InputNumber.vue +++ b/src/components/inputnumber/InputNumber.vue @@ -258,7 +258,7 @@ export default { this.repeat(event, null, -1); } }, - onInput(val) { + onInput() { if (this.isSpecialChar) { this.$refs.input.$el.value = this.lastValue; } diff --git a/src/views/primeflex/PrimeFlexSetup.vue b/src/views/primeflex/PrimeFlexSetup.vue index d6c53023c..8f2aff2f4 100644 --- a/src/views/primeflex/PrimeFlexSetup.vue +++ b/src/views/primeflex/PrimeFlexSetup.vue @@ -15,7 +15,7 @@ import 'primeflex/primeflex.css'; -
PrimeFlex is a lightweight library still if you have an application such as one based on vue-cli +
PrimeFlex is a lightweight library still if you have an application such as one based on vue-cli that is able to import scss then you will be able to pick the utilities you need to make the app bundle even smaller.