fix(svgs): rollback svgs/index.js (#513)

This commit is contained in:
Gene 2024-05-26 19:48:36 -07:00 committed by GitHub
parent 098c5e80ef
commit 7a583b35a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@
*/
import SvgIcon from './src/Main.vue'
import metaData from './meta.js'
export default (app) => {
app.component('SvgIcon', { ...metaData, SvgIcon })
app.component('SvgIcon', SvgIcon)
}