mirror of
https://github.com/iconify/iconify.git
synced 2024-12-13 14:13:06 +00:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { createApp } from 'vue';
|
|
import App from './App.vue';
|
|
import './index.css';
|
|
|
|
createApp(App).mount('#app');
|