Reka Ui/SearchTerm Props Of Root To Input'S V Model

1.0.0Last update Sep 10, 2024
by@dfordp

Replace searchTerm props of Root to Input's v-model.

Example

Before

< template >
<
CheckboxRoot v - model: checked = 'value' / >
<
/template>;

After

< template >
<
CheckboxRoot v - model = 'value' / >
<
/template>;

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now