This commit is contained in:
Matthieu Bessat 2020-07-08 15:44:18 +02:00
commit 9f6889a103
6 changed files with 67 additions and 37 deletions

View file

@ -0,0 +1,13 @@
<template>
<div>
OrganizationList
</div>
</template>
<script>
export default {
mounted () {
console.log('dzqsd')
}
}
</script>