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>Hello</title>
  <script src="https://unpkg.com/vue"></script>
</head>
<body>
  
  <div id="test">
   
   <div v-for="(foo,index) in bar">
      <p>{{myMethod(foo,index)}}</p>
</div>
    
    
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
sureshamkpro
0viewers