This commit is contained in:
2023-08-31 19:20:27 +00:00
parent c8c0455cdf
commit 85991cf674
8 changed files with 198 additions and 429 deletions

5
js/avisos.js Normal file
View File

@@ -0,0 +1,5 @@
import { createApp } from 'https://unpkg.com/petite-vue?module';
const app = createApp({
mounted() {
}
}).mount('#app');