Skip to content

Couple of fixes #174

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

Merged
merged 2 commits into from
Mar 25, 2017
Merged

Couple of fixes #174

merged 2 commits into from
Mar 25, 2017

Conversation

yacinehmito
Copy link
Contributor

@yacinehmito yacinehmito commented Mar 25, 2017

I had to make some fixes for a project I'm working on. I'm sharing them back upstream.
In details :

  • Uses directly the bLink components by importing it. I'm using Vue without the template compiler and it rightly complained about not knowing b-link. This fixes that issue.
  • Slight code improvement for bFormInput: it uses is instead of v-if to switch between input and textarea. If found this cleaner.
  • Blur and focus events from input and textarea and propagated up to chain in bFormInput.

@pi0
Copy link
Member

pi0 commented Mar 25, 2017

@gpyh Hello and thanks for your contribution :) Some improvements where actually done in inputs branch. I'll merge them now. rebase your PR before merging.

@yacinehmito
Copy link
Contributor Author

Rebased and force-pushed. The code improvement has already been made.

@pi0
Copy link
Member

pi0 commented Mar 25, 2017

lib/components/nav-item.vue:10:23
✖ 10:23 Unable to resolve path to module ./link. import/no-unresolved
(Should add .vue extension)
✖ 10:31 Missing semicolon. semi
✖ 14:11 Expected indentation of 8 spaces but found 6. indent

Have you some time fixing small ESLint problems too ?

@yacinehmito
Copy link
Contributor Author

Sorry, I didn't lint it. Will do shortly.

It used to embed the b-link component without importing it
@yacinehmito
Copy link
Contributor Author

Done.

@pi0 pi0 merged commit 4fdc703 into bootstrap-vue:master Mar 25, 2017
@pi0
Copy link
Member

pi0 commented Mar 25, 2017

@gpyh Thanks body :)

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.

2 participants