Skip to content

Commit

Permalink
Remove duplicated EmailDropdown declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Nov 5, 2019
1 parent 8352f9c commit ffb1230
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

> A Vue component for autocomplete email domains
> [<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)
[<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)

# Demo

Expand Down Expand Up @@ -77,7 +77,6 @@ yarn add vue-email-dropdown
import EmailDropdown from "vue-email-dropdown";
// Import basic styles (optional)
import "vue-email-dropdown/dist/vue-email-dropdown.css";
import EmailDropdown from "vue-email-dropdown";
export default {
components: {
Expand Down

0 comments on commit ffb1230

Please sign in to comment.