Files
DataBuddy-vue/src/components/index/modal/files/Upload.vue

8 lines
293 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script setup>
const emit = defineEmits(['close-modal', 'confirm-create', 'show-tip'])
</script>
<template>
上传文件只需要点击这里或者将文件拖拽到这里即可导入<br>
但是上次文件功能目前暂不可用<br>
因为喵喵们正在开发这个功能
</template>