更改组件导入路径
This commit is contained in:
parent
73f49847bf
commit
59cdbef5f2
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue