pilotwings/frontend/views/Containers.vue

10 lines
121 B
Vue

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