Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Vue warning with .native modifier for v-on #13

Merged
merged 1 commit into from
Jan 3, 2020

Conversation

jsancho-gpl
Copy link
Contributor

This PR fixes issue #12, avoiding Vue warning The .native modifier for v-on is only valid on components but it was used on <button>

Thank you so much for your good job @JayeshLab

The .native modifier for v-on is only valid on components but it was
used on <button>
@codecov-io
Copy link

Codecov Report

Merging #13 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   96.42%   96.42%           
=======================================
  Files           1        1           
  Lines          56       56           
  Branches       16       16           
=======================================
  Hits           54       54           
  Partials        2        2
Impacted Files Coverage Δ
src/vue-numeric-input.vue 96.42% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d7a184...d8b07bf. Read the comment docs.

@thoni56 thoni56 mentioned this pull request Dec 30, 2019
@JayeshLab JayeshLab merged commit 06b410d into JayeshLab:master Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants