12 lines
218 B
JavaScript
12 lines
218 B
JavaScript
Vue.component('warehouse-project', {
|
|
template: `
|
|
<tt-card>
|
|
<tt-table-crud ref="table">
|
|
</tt-table-crud>
|
|
</tt-card>
|
|
`,
|
|
data() {
|
|
return {window: window}
|
|
},
|
|
});
|