更改组件导入路径

This commit is contained in:
余菲 2022-05-24 10:23:04 +08:00
parent 73f49847bf
commit 59cdbef5f2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</template> </template>
<script> <script>
import Modal from '@/components/Modal/index.vue' import Modal from '@/components/CardModal/index.vue'
import { defineComponent, computed } from 'vue' import { defineComponent, computed } from 'vue'
export default { export default {
name: 'UserModal', name: 'UserModal',