Shorthands for ContextMenu

pull/132/head
cagataycivici 2019-12-04 17:00:47 +03:00
parent a1c1f6369f
commit 624b2c69bd
2 changed files with 3 additions and 0 deletions

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

@ -0,0 +1 @@
export * from './components/contextmenu/ContextMenu';

2
exports/contextmenu.js Normal file
View File

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