UNPKG

vue-icomoon

Version:

It allows you to simply view the icons in the selection.json file provided by Icomoon.

5 lines (3 loc) 93 B
import { createApp } from "vue"; import App from "./App.vue"; createApp(App).mount("#app");