We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove HTML in welcomeSearch.vue
welcomeSearch.vue
<div class="bg-white md:bg-none rounded-full md:rounded-none flex flex-col md:flex-grow py-2 px-10 md:px-0 md:mr-4 w-10/12 mx-auto"> <label>Books title or All</label> <input class="mt-1" v-model="form.searchTitle" :class="{ 'is-invalid': form.errors.has('searchTitle') }" type="text" placeholder="The lord of the ring"> </div>
The text was updated successfully, but these errors were encountered:
See PR #165 @Zelig880 It was easier to add it there than to wait to merge 165.
Sorry, something went wrong.
mdvb1001
No branches or pull requests
Remove HTML in
welcomeSearch.vue
The text was updated successfully, but these errors were encountered: