Files
hoc-element-affix/build/utils.js

8 lines
119 B
JavaScript
Raw Permalink Normal View History

2022-01-01 16:14:33 +08:00
const path = require('path')
module.exports = {
resolve (dir = '') {
return path.join(process.cwd(), dir)
}
}