Cambio de ruta petite-vue

This commit is contained in:
AlexLara
2025-03-21 13:06:19 -06:00
parent ecba498276
commit cc60154b35
19 changed files with 38 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
import { createApp, reactive } from 'https://unpkg.com/petite-vue?module'
import { createApp, reactive } from 'https://unpkg.com/petite-vue@0.4.1/dist/petite-vue.es.js'
type Puesto = {
puesto_id: number,
nombre: string,