Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix linter
  • Loading branch information
tobiasdiez committed Dec 11, 2024
commit 044c5c3cc42f0cac3d93afacb48b4e9ca6f76025
2 changes: 1 addition & 1 deletion examples/showcase/components/SimpleButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
function handleClick() {
alert('Button clicked!')
}
</script >
</script>

<style scoped>
button {
Expand Down
Loading