A simple VueJs library that returns symbol of a country.
npm install vue-currency-symbol
In the component where you want use Nigeria states and Lgas
import StatesLgas from 'vue-currency-symbol/dist/vue-currency-symbol.esm.js'
Then register the component.
<script>
...
import Vue from 'vue'
import CurrencySymbol from 'vue-currency-symbol/dist/vue-currency-symbol.esm.js'
Vue.use(CurrencySymbol)
...
</script>
Use currencySymbol(countryName)
to get the corresponding country currency symbol
Use as a value of v-html
directive
Adding <span v-html="currencySymbol('japan')"></span>
to the element you want to use the symbol returns
Japanese Yen symbol // ¥