Skip to content

Commit

Permalink
Update CM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBcao233 authored Jan 8, 2024
1 parent b3b41f6 commit 2f33c45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/小工具/JSON快速制作器/CM.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const CMlabelKey = ref(Object.keys(CMParameter))
const outputString = ref('')

const onInput = (val) => {
console.log(val)
this.$emit('input', parseInt(val))
}

Expand Down Expand Up @@ -146,10 +147,7 @@ const copyToClipboard = async () => {
}
}

window.addEventListener('load', () => {
generateOutput()
})

generateOutput()
</script>

<style>
Expand Down

0 comments on commit 2f33c45

Please sign in to comment.