12 lines
111 B
Vue
12 lines
111 B
Vue
<template>
|
|
<tag-and-file-upload />
|
|
</template>
|
|
|
|
<script setup lang="jsx">
|
|
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|