📅  最后修改于: 2022-03-11 15:03:51.593000             🧑  作者: Mango
// Adding the below computed properties in your Vue component will allow {{ console.log }} within the .
computed: {
console: () => console,
window: () => window,
},