10 lines
118 B
Vue
10 lines
118 B
Vue
|
<template>
|
||
|
<main>{{'oui'}}</main>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts">
|
||
|
export default {
|
||
|
name: 'Containers'
|
||
|
}
|
||
|
</script>
|