Skip to content

Commit

Permalink
fix(playground): reset custom css value
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Mar 5, 2023
1 parent 4959845 commit f5adf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/src/components/HeaderBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function handleReset() {
inputHTML.value = defaultHTML
customConfigRaw.value = defaultConfigRaw
options.value.transform = false
customCSS.value = defaultCSS
}
}
</script>
Expand Down

0 comments on commit f5adf19

Please sign in to comment.