Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="VueSelect Template">
  <!-- VueJS -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.16/vue.js"></script>
  <!-- VuePikaday -->
  <script src="https://npmcdn.com/vue-pikaday@latest/"></script>
  <!-- Pikaday CSS -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.4.0/css/pikaday.min.css">
  
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>VueSelect</title>
</head>
<body>
  
  
    <h1>Vue Pikaday Directive</h1>
    
    <input type="text" v-date="myDate">
    
    <pre>{{ $data | json }}</pre>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
sagalbotpro
0viewers