This commit is contained in:
Luiz Silva 2026-02-15 15:17:08 -03:00
parent 8a5596e860
commit 57325f6744
100 changed files with 16153 additions and 4623 deletions

View file

@ -12,13 +12,13 @@
</template>
<script lang="ts">
import { defineComponent } from "vue";
import { EliOlaMundo } from "@/componentes/ola_mundo";
import { defineComponent } from "vue"
import { EliOlaMundo } from "@/componentes/ola_mundo"
export default defineComponent({
name: "OlaMundoPlayground",
components: { EliOlaMundo },
});
})
</script>
<style scoped>