摘要:
import { ElMessageBox } from "element-plus"; ElMessageBox.confirm("此操作将永久删除, 是否继续?", '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'w 阅读全文
摘要:
http://color.oulu.me/ 免费的渐变背景CSS3样式 | oulu.me 阅读全文
摘要:
<el-switch v-model="scope.row.status" @change="changeStatus($event,scope.row,scope.$index)" :active-value="1" :inactive-value="2" active-text="开" inac 阅读全文
摘要:
vue3使用proxy,对于对象和数组都不能直接整个赋值。 数组可以 res.forEach(e => { arr.push(e); });或者 const state = reactive({ arr: [] }); state.arr = [1, 2, 3] arr.push(...res); 阅读全文
摘要:
关于 setup()中动态获取 dom 需要 先 nextTick() 后再获取,不然获取的dom可能是不完整的 import { nextTick} from "vue"; …… const funName= async () => { await nextTick(); } 阅读全文
摘要:
parent.frames[0].document.location=url 阅读全文
摘要:
Router4中去掉了 router.addRoutes 只能使用 addRoute~~~~就是不能动态添加路由数组,只能单个的添加~~不过可以嵌套 阅读全文
摘要:
https://currentmillis.com/ 阅读全文
摘要:
官方文档~~~~ 阅读全文
摘要:
value-format="timestamp" 阅读全文