2024-11-02 18:41:13 +00:00
|
|
|
<template>
|
2024-11-02 21:43:27 +00:00
|
|
|
<main>{{ 'oui' }}</main>
|
2024-11-02 18:41:13 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
export default {
|
2024-11-02 21:43:27 +00:00
|
|
|
name: 'Containers',
|
2024-11-02 18:41:13 +00:00
|
|
|
}
|
|
|
|
</script>
|