refactor: useWith -> prefixIdentifiers
This commit is contained in:
@@ -9,7 +9,7 @@ test(`should work`, async () => {
|
||||
<p>{{ i }}</p>
|
||||
`,
|
||||
{
|
||||
useWith: false
|
||||
prefixIdentifiers: true
|
||||
}
|
||||
)
|
||||
console.log(code)
|
||||
|
||||
Reference in New Issue
Block a user