feat(projects): 新增自定义svg图标动态渲染

This commit is contained in:
Soybean
2022-03-12 21:22:01 +08:00
parent f5a043b11a
commit f83c7b59b8
8 changed files with 17 additions and 60 deletions

View File

@ -1,8 +0,0 @@
import BetterScroll from './BetterScroll.vue';
import CountTo from './CountTo.vue';
import ImageVerify from './ImageVerify.vue';
import WebSiteLink from './WebSiteLink.vue';
import GithubLink from './GithubLink.vue';
import IconSelect from './IconSelect.vue';
export { BetterScroll, CountTo, ImageVerify, WebSiteLink, GithubLink, IconSelect };