Files
newfreeplanet_OLD/src/components/CCatalogo/CCatalogo.vue

15 lines
251 B
Vue
Raw Normal View History

2024-01-30 14:00:48 +01:00
<template>
<div>
<Catalogo v-model="localCatalogo" @updateCatalogo="updateCatalogoEmit()">
2024-01-30 14:00:48 +01:00
</Catalogo>
</div>
</template>
<script lang="ts" src="./CCatalogo.ts">
</script>
<style lang="scss" scoped>
@import './CCatalogo.scss';
</style>