ubaldop / vue-country-flag

Vue component for country flags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect component tag in docs

mindaugasvcs opened this issue · comments

Incorrect component tag in docs

Hi @mindaugasvcs thank you for spotting the issue. Could you please mention the line you're referring to?
Thanks!

How to use
Register CountryFlag component in your app. You can use two approaches:

in main.js you can mount it as a global Vue component:
import Vue from 'vue'
import CountryFlag from 'vue-country-flag'

Vue.component('vue-country-flag', CountryFlag)
Should be country-flag, no big deal but stil I could not manage to use this in a global install context.

Thanks for highlighting that! Documentation fixed.