Commit 9d59aa94 authored by Roma Nikulin's avatar Roma Nikulin

version fix, demo fix

parent 373b1036
{
"name": "vue-masked-input",
"description": "Masked input component for Vue.js 2.X",
"version": "0.4.1",
"version": "0.5.0",
"author": "niksmr",
"license": "MIT",
"homepage": "https://github.com/niksmr/vue-masked-input",
......
......@@ -65,7 +65,7 @@ import 'babel-polyfill'
export default {
name: 'app',
data: () => ({
date: '12/11',
date: '',
phone: '',
userMask: 'aa-aa-AAAA',
userField: '',
......
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