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>
  <input type="text" v-model="score">
  <div v-if="score>=60">很棒,你及格了!</div>
  <div v-else="score<=60">不及格!</div>
  <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