mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix: Failed to resolve component EllipsisText (#3330)
This commit is contained in:
parent
8a000705d1
commit
42e9de50a2
@ -25,6 +25,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import { CollapseContainer } from '@/components/Container';
|
||||
import { EllipsisText } from '@/components/EllipsisText';
|
||||
import { PageWrapper } from '@/components/Page';
|
||||
|
||||
const text = ref(
|
||||
|
Loading…
Reference in New Issue
Block a user