forked from opentiny/tiny-engine
fix(svgs): rollback svgs/index.js (#513)
This commit is contained in:
parent
098c5e80ef
commit
7a583b35a6
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue