-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from FreeNowOrg/dev
chore: bump version (3.5.0)
- Loading branch information
Showing
17 changed files
with
841 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
ArtTag: typeof import('./src/components/ArtTag.vue')['default'] | ||
ArtworkCard: typeof import('./src/components/ArtworksList/ArtworkCard.vue')['default'] | ||
ArtworkLargeCard: typeof import('./src/components/ArtworksList/ArtworkLargeCard.vue')['default'] | ||
ArtworkLargeList: typeof import('./src/components/ArtworksList/ArtworkLargeList.vue')['default'] | ||
ArtworkList: typeof import('./src/components/ArtworksList/ArtworkList.vue')['default'] | ||
ArtworksByUser: typeof import('./src/components/ArtworksList/ArtworksByUser.vue')['default'] | ||
AuthorCard: typeof import('./src/components/AuthorCard.vue')['default'] | ||
Card: typeof import('./src/components/Card.vue')['default'] | ||
Comment: typeof import('./src/components/Comment/Comment.vue')['default'] | ||
CommentsArea: typeof import('./src/components/Comment/CommentsArea.vue')['default'] | ||
CommentSubmit: typeof import('./src/components/Comment/CommentSubmit.vue')['default'] | ||
ErrorPage: typeof import('./src/components/ErrorPage.vue')['default'] | ||
ExternalLink: typeof import('./src/components/ExternalLink.vue')['default'] | ||
FollowUserCard: typeof import('./src/components/FollowUserCard.vue')['default'] | ||
Gallery: typeof import('./src/components/Gallery.vue')['default'] | ||
LazyLoad: typeof import('./src/components/LazyLoad.vue')['default'] | ||
ListLink: typeof import('./src/components/SideNav/ListLink.vue')['default'] | ||
NaiveuiProvider: typeof import('./src/components/NaiveuiProvider.vue')['default'] | ||
NButton: typeof import('naive-ui')['NButton'] | ||
NFlex: typeof import('naive-ui')['NFlex'] | ||
NProgress: typeof import('./src/components/NProgress.vue')['default'] | ||
NTabPane: typeof import('naive-ui')['NTabPane'] | ||
NTabs: typeof import('naive-ui')['NTabs'] | ||
NTabsPane: typeof import('naive-ui')['NTabsPane'] | ||
Placeholder: typeof import('./src/components/Placeholder.vue')['default'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
SearchBox: typeof import('./src/components/SearchBox.vue')['default'] | ||
ShowMore: typeof import('./src/components/ShowMore.vue')['default'] | ||
SideNav: typeof import('./src/components/SideNav/SideNav.vue')['default'] | ||
SiteFooter: typeof import('./src/components/SiteFooter.vue')['default'] | ||
SiteHeader: typeof import('./src/components/SiteHeader.vue')['default'] | ||
UgoiraViewer: typeof import('./src/components/UgoiraViewer.vue')['default'] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.