add lib folder
This commit is contained in:
6
lib/components/decoration10/index.js
Normal file
6
lib/components/decoration10/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
import './src/main.css'
|
||||
import Decoration10 from './src/main.vue'
|
||||
|
||||
export default function (Vue) {
|
||||
Vue.component(Decoration10.name, Decoration10)
|
||||
}
|
Reference in New Issue
Block a user