在Vue中实现扫码枪读取条形码数据
https://blog.51cto.com/u_16145366/6397981
https://blog.csdn.net/m0_67841039/article/details/131791490...
安装nodejs https://nodejs.org/en/download/ d:cd nodejsnode --version打开vscode终端,npm install -g vue-clic...
currentTime: function () { var d = new Date(), str = '';&nb...
new Vue({ el: '#app', data: { &n...
1、普通的watch12345678910data() { return { &nb...
that.$nextTick(() => { that.$refs.list.scr...