mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
|
import path from 'path'
|
||
|
|
||
|
export const vpRoot = path.resolve(__dirname, '..')
|
||
|
export const docRoot = path.resolve(vpRoot, '..')
|
||
|
export const projRoot = path.resolve(docRoot, '..')
|