Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 3, 2022
1 parent cfe87db commit fc0a607
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions playground/src/components/Editor.vue
Expand Up @@ -34,7 +34,8 @@ const panelSizes = useLocalStorage<number[]>(
)
function handleReset() {
if (confirm('Reset to default?')) {
// eslint-disable-next-line no-alert
if (confirm('Reset all settings? It can NOT be undone.')) {
inputHTML.value = defaultHTML
customConfigRaw.value = defaultConfigRaw
}
Expand Down Expand Up @@ -140,18 +141,18 @@ onMounted(() => {
target="_blank"
title="Interactive Docs"
/>
<a
i-ri-github-line icon-btn
href="https://github.com/unocss/unocss"
target="_blank"
title="GitHub"
/>
<button
i-ri-device-line
icon-btn
title="Responsive"
@click="options.responsive = !options.responsive"
/>
<a
i-ri-github-line icon-btn
href="https://github.com/unocss/unocss"
target="_blank"
title="GitHub"
/>
<button
i-ri-sun-line
dark:i-ri-moon-line
Expand Down

0 comments on commit fc0a607

Please sign in to comment.