Skip to content

Commit

Permalink
Add tracis ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Nov 17, 2019
1 parent ccfcc79 commit a884595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A Vue component for autocomplete email domains

[<img src="https://travis-ci.org/DannyFeliz/vue-email-dropdown.svg?branch=master">](https://travis-ci.org/DannyFeliz/vue-email-dropdown)
[<img src="https://img.shields.io/npm/dt/vue-email-dropdown.svg">](https://www.npmjs.com/package/vue-email-dropdown)
[<img src="https://img.shields.io/npm/v/vue-email-dropdown.svg">](https://www.npmjs.com/package/vue-email-dropdown)

Expand Down Expand Up @@ -82,7 +83,7 @@ yarn add vue-email-dropdown
<script>
// Import package
import EmailDropdown from "vue-email-dropdown";
// Import basic styles (optional)
// Import styles
import "vue-email-dropdown/dist/vue-email-dropdown.css";
export default {
Expand All @@ -93,6 +94,7 @@ export default {
return {
domains: [
"yourcompany.com",
"google.com",
"gmx.de",
"googlemail.com",
"hotmail.fr",
Expand Down

0 comments on commit a884595

Please sign in to comment.