UNPKG

weex-bindingx

Version:

bindingx,expression,binding,weex

19 lines 806 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="format-detection" content="telephone=no, email=no"> <style>html, body, #root { width:100%; height: 100%; margin: 0; padding: 0; }</style> <title>BindingX Demo</title> </head> <body> <div id="root"></div> <!--<script src="/node_modules/vue/dist/vue.runtime.min.js"></script>--> <!--<script src="/node_modules/@ali/weex-vue-render/dist/index.min.js"></script>--> <script src="./scroll.bundle.js"></script> </body> </html>