diff --git a/src/components.d.ts b/src/components.d.ts index d4500f4..23aa8ef 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -24,8 +24,10 @@ declare module 'vue' { IRiShuffleFill: typeof import('~icons/ri/shuffle-fill')['default'] IRiSunLine: typeof import('~icons/ri/sun-line')['default'] QuoteCard: typeof import('./components/QuoteCard.vue')['default'] + QuoteCardMini: typeof import('./components/QuoteCardMini.vue')['default'] QuoteDialog: typeof import('./components/QuoteDialog.vue')['default'] QuoteGallery: typeof import('./views/QuoteGallery.vue')['default'] + QuoteMore: typeof import('./components/QuoteMore.vue')['default'] QuoteSearch: typeof import('./components/QuoteSearch.vue')['default'] QuotesFilter: typeof import('./components/QuotesFilter.vue')['default'] } diff --git a/src/components/QuoteCard.vue b/src/components/QuoteCard.vue index 3520345..d348d79 100644 --- a/src/components/QuoteCard.vue +++ b/src/components/QuoteCard.vue @@ -1,5 +1,5 @@ + + + + diff --git a/src/components/QuoteMore.vue b/src/components/QuoteMore.vue new file mode 100644 index 0000000..81500f6 --- /dev/null +++ b/src/components/QuoteMore.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/views/QuotePage.vue b/src/views/QuotePage.vue index 785d62f..b966c6d 100644 --- a/src/views/QuotePage.vue +++ b/src/views/QuotePage.vue @@ -26,6 +26,9 @@ onMounted(() => {
+
+ +