pilotwings/frontend/views/Containers.vue

10 lines
118 B
Vue
Raw Normal View History

<template>
<main>{{'oui'}}</main>
</template>
<script lang="ts">
export default {
name: 'Containers'
}
</script>