Commit 6621311e authored by NikulinR's avatar NikulinR

ver fix

parent bfd5a532
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
{
"name": "vue-masked-input",
"description": "Masked input component for Vue.js 2.X",
"version": "0.3.1",
"version": "0.3.2",
"author": "niksmr",
"license": "MIT",
"homepage": "https://github.com/niksmr/vue-masked-input",
......
......@@ -16,7 +16,7 @@
<li>+ – any character</li>
</ul>
<temp v-model="date" mask="11 / 11 / 1111" placeholder="Date" name="date"/>
<h4>Date: </h4>
<masked-input v-model="date" mask="11 / 11 / 1111" placeholder="Date"/><span>{{ date }}</span>
<p class="code">
......@@ -60,9 +60,7 @@
<script>
import MaskedInput from './MaskedInput.vue'
import VeeValidate from 'vee-validate'
import Vue from 'vue'
Vue.use(VeeValidate)
export default {
name: 'app',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment