Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script src="http://hammerjs.github.io/dist/hammer.min.js"></script>
  <script src="https://unpkg.com/vue@2.0.3/dist/vue.min.js"></script>
  </head>
<body>
  <div class="container" id="box">
      <div class="pulldown">{{tip}}</div>
  <div class="test" id="test" :style="styles">
    按住下拉
  </div>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers