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

6
ts/avisos.ts Normal file
View File

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