UNPKG

vue-lte-ui

Version:

The vue components wrapper for AdminLTE UI.

8 lines (6 loc) 131 B
const path = require('path'); module.exports = { root(...args) { return path.join(__dirname, '../', ...args); } };