
Vue
南城旧梦heihei
这个作者很懒,什么都没留下…
展开
-
实时显示时间。时分秒,年月日
【代码】实时显示时间。时分秒,年月日。原创 2023-09-08 14:35:17 · 140 阅读 · 0 评论 -
一个下拉框展示多个下拉状态
1.先将所有状态写出来然后在以键值对的形式暴露出去 //库存 const stock = [ { value: '2', label: '库存' } ] //出货 const sell = [ { value: '4', label: '出货' } ] // 签收 const sign = [ ...原创 2019-12-10 17:29:11 · 378 阅读 · 0 评论 -
vue代码片段
{ // Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will b...原创 2019-12-05 13:59:32 · 946 阅读 · 0 评论