Use native w3c

This commit is contained in:
Xotic750 2018-01-21 01:17:38 +01:00
parent 4b48b69a9f
commit 98a755be21
4 changed files with 44 additions and 34 deletions

View file

@ -37,7 +37,7 @@
tags: [],
testValue1: null,
testValue2: null
}
};
},
mounted () {
setTimeout(() => {
@ -51,8 +51,8 @@
{
label: '西瓜'
}
]
];
}, 1000);
}
}
};
</script>