b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

v1.0.0-dev.1 - Can't resolve '@/style/components/skeleton.scss' #59

Closed b2nil closed 3 years ago

b2nil commented 3 years ago

问题描述

v1.0.0-dev.1 仅用于测试 skeleton 组件。 目前样式引入存在问题。

版本信息

v1.0.0-dev.1

涉及的平台

小程序, h5

错误信息

./node_modules/taro-ui-vue3/dist/index.esm.js   or index.umd/js
Module not found: Can't resolve '@/style/components/skeleton.scss' in 'E:\miniprogram\test\node_modules\taro-ui-vue3\dist'

临时解决方案

请使用 v1.0.0-alpha.13

liov commented 3 years ago

临时解决方案

请使用 v1.0.0-alpha.13

@tarojs/components 3.0.16版本,'@tarojs/components' does not contain an export named 'View'

b2nil commented 3 years ago

@liov 目前 编译到 h5 需额外配置一下脚本和 wepack,具体步骤看看 Readme 关于 h5 的说明。

b2nil commented 3 years ago

fixed in alpha.14