weapp
Here are 519 public repositories matching this topic...
v-model 不能同时使用多个修饰符
-
Updated
May 23, 2020 - Java
-
Updated
May 18, 2020 - JavaScript
template name=wxParseImg中style="width:{{item.width}}px;"应该为style="width:{{item.attr.width}}px;"
template name=wxParseImg中style="width:{{item.width}}px;"应为style="width:{{item.attr.width}}px;",不然取不到值。
以下数据格式
{
"node": "element",
"tag": "img",
"index": "5.1.0",
"tagType": "inline",
"attr": {
"src": "xx/image/20171129/6364757176942551892750408.png",
"title": "symbol.png",
"alt": "symbol.png",
"width": "30",
"height": "26"
},
"imgIndex": 2
-
Updated
Jan 20, 2020 - JavaScript
Hello.
I am big fan of iview UI Toolkit and interested in a mobile friendly version of it, which as far as i can tell is this project. Is there any progress in translating everything to English?
Great work in general. Congratulations.
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
May 21, 2020 - JavaScript
Disclaimer: This is a bot
It looks like your repo is trending. The github_trending_videos Instgram account automatically shows the demo gifs of trending repos in Github.
Your README doesn't seem to have any demo gifs. Add one and the next time the parser runs it will pick it up and post it on its Instagram feed. If you don't want to just
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Apr 12, 2020 - HTML
-
Updated
Jun 4, 2019 - JavaScript
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Jul 16, 2019 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Nov 1, 2017
-
Updated
Dec 20, 2019 - Vue
Improve this page
Add a description, image, and links to the weapp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the weapp topic, visit your repo's landing page and select "manage topics."
原计划是不需要支持此语法的,使用组件完全可以实现 template / import 的全部功能。
但因为需多第三方组件可能会依赖这个特性,因此还是考虑支持这个特性。
https://developers.weixin.qq.com/miniprogram/dev/reference/wxml/import.html