mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
417a64cdaa
commit
83a6a12e1b
@ -18,10 +18,16 @@ const changeQuery = () => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div id="pageWithSharedAsyncData__execute" @click="() => execute()">
|
||||
<div
|
||||
id="pageWithSharedAsyncData__execute"
|
||||
@click="() => execute()"
|
||||
>
|
||||
execute
|
||||
</div>
|
||||
<div id="pageWithSharedAsyncData__changeQuery" @click="changeQuery">
|
||||
<div
|
||||
id="pageWithSharedAsyncData__changeQuery"
|
||||
@click="changeQuery"
|
||||
>
|
||||
changeQuery
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user