fix: typo (#13)

This commit is contained in:
Han(ハン) 2020-09-16 19:41:33 +09:00 committed by GitHub
parent 1ecc284ddc
commit aaedb2f9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@ import { createApp } from 'vue'
import { createRouter, createWebHistory } from 'vue-router'
import { createI18n } from 'vue-i18n'
// import routes genereted by Voie
// import routes generated by Voie
import routes from 'voie-pages'
// import icons data genereted by PurgeIcons
// import icons data generated by PurgeIcons
import '@purge-icons/generated'
import App from './App.vue'