Coder Social home page Coder Social logo

dingyong0214 / thorui Goto Github PK

View Code? Open in Web Editor NEW
1.1K 28.0 156.0 2.05 MB

ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc

License: MIT License

JavaScript 100.00%
wxml wxss applets thorui thorui-applets

thorui's People

Contributors

dingyong0214 avatar yy-whm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

thorui's Issues

bottom: env(safe-area-inset-bottom); 不生效

footer组件中的这段样式,影响组件渲染, 初步排查是 bottom: env(safe-area-inset-bottom); 这个的影响
.tui-fixed {
position: fixed;
bottom: env(safe-area-inset-bottom);
z-index: 9999;
}

滑动穿透

商城模板中,pages/extend-view/productList/productList页面中的左侧抽屉dropDowmList显示时存在滑动穿透的问题

tui-countdown 组件 end 事件 设置后能否取消?

tui-countdown 组件 end 事件 设置后能否取消?
我在一个页面设置了倒计时 end事件,在end触发前已经跳转到别的页面了。
这个end事件 到时间后,在别的页面触发了(弹出了一个对话框提醒)。
能不能添加一个取消功能,离开页面前把这个关掉。

组件报错

message:Error: wxss 编译错误,错误信息:ErrorFileCount[1] ./components/grid-item/grid-item.wxss(1:196): unexpected token ,
[20220118 11:54:30][wx31967]
appid: wx319
****
openid: o6zAJszU***********Etiw
ideVersion: 1.05.2108130
osType: win32-x64
time: 2022-01-18 11:54:40

image

日历组件怎么没有呢?

示例上有,但是同步下来找不到日历组件.看了下仓库里的文件,也没有calendar类似的名字啊

grid/grid-item组件在Taro项目中使用时,编译出现UnhandledPromiseRejectionWarning错误

错误信息如下:

(node:93506) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'isEmpty' of undefined
    at Object.cleanRuleset (/Users/fzx/wxappdev/mywxapp/client/node_modules/csso/lib/clean/Rule.js:83:31)
    at Object.leave (/Users/fzx/wxappdev/mywxapp/client/node_modules/csso/lib/clean/index.js:16:37)
    at List.walkNode (/Users/fzx/wxappdev/mywxapp/client/node_modules/css-tree/lib/walker/create.js:161:19)
    at List.each (/Users/fzx/wxappdev/mywxapp/client/node_modules/css-tree/lib/utils/list.js:159:12)
    at Object.eval [as StyleSheet] (eval at createTypeIterator (/Users/fzx/wxappdev/mywxapp/client/node_modules/css-tree/lib/walker/create.js:112:12), <anonymous>:5:15)
    at walkNode (/Users/fzx/wxappdev/mywxapp/client/node_modules/css-tree/lib/walker/create.js:158:37)
    at walk (/Users/fzx/wxappdev/mywxapp/client/node_modules/css-tree/lib/walker/create.js:214:9)
    at module.exports (/Users/fzx/wxappdev/mywxapp/client/node_modules/csso/lib/clean/index.js:13:5)
    at compressChunk (/Users/fzx/wxappdev/mywxapp/client/node_modules/csso/lib/compress.js:68:5)
    at compress (/Users/fzx/wxappdev/mywxapp/client/node_modules/csso/lib/compress.js:153:9)
(node:93506) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:93506) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code

numberBox 的一个 bug

在小程序使用 numberBox 组件的过程中,发现多次输入小于最小值的时候,第二次开始输入框就不会自动重置成最小值,看了一下代码
if ((value == this.data.value && value != this.data.inputValue) || !e.detail.value) { this.setData({ inputValue: value }) }
不知前半部分的判断是为了限制什么,求解答!谢谢!

npm安装后easycom无效

通过 npm install thorui-uni安装后,组件没有注册,不管是hbulier或者cli方式都不行,看了下npm安装后的源码,只有lib和static目录,是不是只能通过手工导入方式来玩?uni-app的情况下

小程序构建失败

使用原生的小程序,然后yarn add Thor-ui 下载的是vue的依赖,然后 npm install thor-ui也是的vue版本的。
我下载到了小程序相关demo,是需要手动一个个找依赖关系然后分解吗?

总结:如何在小程序中安装依赖,并且成功构建NPM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.