new borderbox

This commit is contained in:
JM
2019-12-06 20:56:12 +08:00
parent b439b17593
commit aa78fee05b
6 changed files with 586 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import BorderBox12 from './src/main.vue'
export default function (Vue) {
Vue.component(BorderBox12.name, BorderBox12)
}