Skip to content

Commit

Permalink
fix: πŸ› default value has different value with base library
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Dec 26, 2024
1 parent b659ffe commit eb8ed5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const options = {
componentPrefix: {
type: "string",
category: "Blade",
default: "x-,livewire",
default: "x-,livewire:",
description:
"Comma separated list of component prefix use to preserve style in html attributes.",
since: "1.15.0",
Expand Down

0 comments on commit eb8ed5d

Please sign in to comment.