Added menu.js under exports folder

pull/12/head
mertsincan 2019-05-30 14:34:56 +03:00
parent 9650f282a4
commit b3439635bb
1 changed files with 2 additions and 0 deletions

2
exports/menu.js Normal file
View File

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