Fix #781 - exports files for Chip component

pull/800/head
Tuğçe Küçükoğlu 2020-12-14 21:30:12 +03:00
parent 07e6955205
commit f0bbacef9a
2 changed files with 3 additions and 0 deletions

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

@ -0,0 +1 @@
export * from './components/chip/Chip';

2
exports/chip.js Normal file
View File

@ -0,0 +1,2 @@
'use strict';
module.exports = require('./components/chip/Chip.vue');