[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-01-30 16:16:00 +00:00 committed by GitHub
parent 417a64cdaa
commit 83a6a12e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,10 +18,16 @@ const changeQuery = () => {
<template> <template>
<div> <div>
<div id="pageWithSharedAsyncData__execute" @click="() => execute()"> <div
id="pageWithSharedAsyncData__execute"
@click="() => execute()"
>
execute execute
</div> </div>
<div id="pageWithSharedAsyncData__changeQuery" @click="changeQuery"> <div
id="pageWithSharedAsyncData__changeQuery"
@click="changeQuery"
>
changeQuery changeQuery
</div> </div>