xref: /developtools/ace_js2bundle/ace-loader/third_party/weex-loader/test/spec/toast.js (revision 88c88e8e)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /developtools/ace_js2bundle/ace-loader/third_party/weex-loader/test/spec/
1var modal
2__weex_define__('@weex-component/toast', [], function(__weex_require__) {
3    modal = __weex_require__('@weex-module/modal')
4})
5
6module.exports = function(msg) {
7    modal.toast({message: msg})
8}

Indexes created Thu Nov 07 10:32:03 CST 2024