Cristiano Magro
2025-01-06 6f76db32325b54a9725fcda365af546b8a90e3a5
1
2
3
import { createApp } from 'vue';
 
createApp({}).mount('#app');