Skip to content

Commit

Permalink
fix: Failed to resolve component EllipsisText (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyuv authored Nov 23, 2023
1 parent 8a00070 commit 42e9de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/demo/feat/ellipsis/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 42e9de5

Please sign in to comment.