Typescript support and shorthand export for Breadcumb
parent
5cfda92053
commit
dce5598108
|
@ -0,0 +1 @@
|
||||||
|
export * from './components/breadcrumb/Breadcrumb';
|
|
@ -0,0 +1,2 @@
|
||||||
|
'use strict';
|
||||||
|
module.exports = require('./components/breadcrumb/Breadcrumb.vue');
|
Loading…
Reference in New Issue