11 2021 档案

摘要:分享一个vue手机端车牌输入软键盘组件 效果如下: 代码位置:https://gitee.com/liuyaping007/codes/l96bc3d10p8sgoryvh4f772#%E8%BD%AF%E9%94%AE%E7%9B%98%E7%BB%84%E4%BB%B6 阅读全文
posted @ 2021-11-30 14:11 net码农 阅读(624) 评论(0) 推荐(0)
摘要:<template> <em>{{numvalue}} </em> </template> <script> export default { props: ['val'], data () { return { oldvalue: 0, numvalue: 0 } }, methods: { nu 阅读全文
posted @ 2021-11-20 10:12 net码农 阅读(1975) 评论(0) 推荐(0)
摘要:我们在vue脚手架会经常定义生成html模板,配置如下: public/index.html模板代码 代码如下: 我们有引用“xingzhengbianma.js”、“3d.js”、“jquery.js”、“wulumuqishi.js”、“wulumuqixiangzhen.js”等五个js,这里 阅读全文
posted @ 2021-11-01 09:55 net码农 阅读(1275) 评论(0) 推荐(0)