mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
417a64cdaa
commit
83a6a12e1b
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user