form-Item 的 tip-type 值为toast或者message时要怎么引入组件呢 #1205
-
看到文档里有写 |
Beta Was this translation helpful? Give feedback.
Answered by
juzi214032
Dec 24, 2020
Replies: 2 comments 7 replies
-
在页面 json 中引入: {
"usingComponents": {
"l-form": "/dist/form/index",
"l-form-item": "/dist/form-item/index",
"l-toast": "/dist/toast/index",
"l-message": "/dist/message/index"
}
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juzi214032
-
这个方式之前就试过了,还是提示“请在页面中引入toast组件”,这是我的wxml代码 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在页面 json 中引入: