chore: add imports from vue

This commit is contained in:
Benjamin Canac
2021-11-24 16:17:02 +01:00
parent 457f5c4215
commit 3f1990de23

View File

@@ -42,6 +42,7 @@
</template> </template>
<script> <script>
import { ref, onMounted } from 'vue'
import Icon from '../elements/Icon' import Icon from '../elements/Icon'
export default { export default {