Create Breadcrumb.d.ts

pull/104/head
cagataycivici 2019-12-03 10:51:52 +03:00
parent dce5598108
commit 9363a3db80
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import Vue from 'vue';
export declare class Breadcrumb extends Vue {
home?: any;
model?: any[];
}