Add shorthand for column

pull/41/head
cagataycivici 2019-08-02 10:48:36 +03:00
parent 43df972377
commit 072ef2672f
2 changed files with 4 additions and 0 deletions

1
exports/column.d.ts vendored Normal file
View File

@ -0,0 +1 @@
export * from './components/column/Column';

3
exports/column.js Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = require('./components/column/Column.vue');