mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
a5db8d2ad0
commit
41b05b54d4
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ export const setup = (app) => {
|
|||
} else {
|
||||
${
|
||||
!isBuild
|
||||
? `console.warn("[@astrojs/vue] appEntrypoint \`" + ${JSON.stringify(appEntrypoint)} + "\` does not export a default function. Check out https://docs.astro.build/en/guides/integrations-guide/vue/#appentrypoint.");`
|
||||
? `console.warn("[@astrojs/vue] appEntrypoint \`" + ${JSON.stringify(
|
||||
appEntrypoint
|
||||
)} + "\` does not export a default function. Check out https://docs.astro.build/en/guides/integrations-guide/vue/#appentrypoint.");`
|
||||
: ''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue