# vue3-core **Repository Path**: lucky_ck/vue3-core ## Basic Information - **Project Name**: vue3-core - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2023-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-core #### issues ###### eslint 如果你正在使用 ESLint 8.23.x 和 WebStorm 2022.2.x 或 PhpStorm 2022.2.x。 那么你可能会遇到 TypeError: this.libOptions.parse is not a function。 ### commonjs ```js //"type": "commonjs", console.log(exports === module.exports ); //true ```