摘要:
1、作为事件对象【原生事件】 <button @click="handleClick">按钮</button> <el-button @click="handleClick($event)">按钮</el-button> methods: { handleClick(e) { console.log 阅读全文
posted @ 2021-08-26 18:03
吴小明-
阅读(988)
评论(0)
推荐(0)
摘要:
1、utils/utils.js const namespace = 'mall' export function setItem(key, value) { let storage = window.localStorage.getItem(namespace) storage = storage 阅读全文
posted @ 2021-08-26 11:09
吴小明-
阅读(284)
评论(0)
推荐(0)