-
Updated
Jun 17, 2020 - CSS
weui
Here are 120 public repositories matching this topic...
showTab时的一个bug
showTab中,点击tab时未能正确的preventDefault()
源码
$(document).on("click", ".weui-navbar__item, .weui-tabbar__item", function(e) {
var $a = $(e.currentTarget);
var href = $a.attr("href");
if($a.hasClass(ITEM_ON)) return;
if(!/^#/.test(href)) return;
e.preventDefault();
showTab($a);
});我修改了下
$(document).on("click", ".weui-navHi!
https://github.com/OpusCapitaBES/js-react-showroom-client
It allows to write documentation in markdown and run all docs in sandbox with code examples.
It often useful to have possibility to play with components at web page before use it in
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
Dec 20, 2019 - Vue
-
Updated
Jun 28, 2020 - TypeScript
-
Updated
Oct 11, 2017 - Vue
新手弱弱的问一下,按照文档指示安装遇到以下错误:
VM9051:1 Page[example/index] not found. May be caused by: 1. Forgot to add page route in app.json. 2. Invoking Page() in async task.
-
Updated
Aug 31, 2019 - HTML
-
Updated
Jan 18, 2019 - Ruby
Improve this page
Add a description, image, and links to the weui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the weui topic, visit your repo's landing page and select "manage topics."

我的vue.config.js配置
vux及vux-loader版本
npm run serve/build 时报错如下内容
babel.transform(code,