# cview **Repository Path**: chen_li_hua/cview ## Basic Information - **Project Name**: cview - **Description**: uniapp+vue3 组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-29 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### skyline uniapp适配 ```javascript // 修改 \node_modules\@dcloudio\uni-cli-shared\dist\json\mp\jsonFile.js 文件 // 这里给组件json 增加一个样式隔离配置项, 感谢 zZZ1Ma 提供的方法 function addMiniProgramComponentJson(filename, json) { // 这里给组件json 增加一个样式隔离配置项, 感谢 zZZ1Ma 提供的方法 json = Object.assign(json,{"styleIsolation": "apply-shared" }); jsonComponentsCache.set(filename, json); } // 去除 addGlobalClass: true, 修改 \node_modules\@dcloudio\uni-mp-weixin\dist\uni.mp.esm.js 文件 ```