Support Frugal Mode

This commit is contained in:
Rafi
2023-04-06 18:00:24 +08:00
parent 8a9b705b99
commit 137ca5ae1a
5 changed files with 40 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ const bindCopyCodeToButtons = () => {
}
onMounted(() => {
console.log('mounted')
bindCopyCodeToButtons()
})