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