Skip to content

Commit

Permalink
fix(svgs): rollback svgs/index.js (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 authored May 27, 2024
1 parent 098c5e8 commit 7a583b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/svgs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 7a583b3

Please sign in to comment.