Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  
  <script>
 
  </script>
</head>
<body >
<div id="app">
  <h2>顏色列表</h2>
  <ul>
    <li v-for="color in colors">
      {{color}}
    </li>
  </ul>
 
  <h2>各家庭的父親</h2>
  <ul>
    <li v-for="home in homes">
      {{home.father}}
    </li>
  </ul>
  <script src="https://unpkg.com/vue"></script>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers