climblee / uv-ui

uv-ui 破釜沉舟之兼容vue3+2、app、h5、小程序等多端基于uni-app和uView2.x的生态框架,支持单独导入,开箱即用,利剑出击。
MIT License
665 stars 33 forks source link

小程序 组件引用报错 uniapp #73

Open Aelanxu opened 4 months ago

Aelanxu commented 4 months ago
<uv-cell-group>
        <uv-cell icon="setting-fill" title="个人设置"></uv-cell>
        <uv-cell icon="integral-fill" title="版本更新" value="已是新版本"></uv-cell>
    </uv-cell-group>

Component is not found in path "node-modules/@climblee/uv-ui/components/uv-line/uv-line" (using by "node-modules/@climblee/uv-ui/components/uv-cell-group/uv-cell-group")(env: Windows,mp,1.06.2401020; lib: 2.25.3)

Aelanxu commented 4 months ago

暂时就发现引用这个报错,其他正常!