摘要: 1、作为事件对象【原生事件】 <button @click="handleClick">按钮</button> <el-button @click="handleClick($event)">按钮</el-button> methods: { handleClick(e) { console.log 阅读全文
posted @ 2021-08-26 18:03 吴小明- 阅读(926) 评论(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 吴小明- 阅读(263) 评论(0) 推荐(0) 编辑