summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/client.js
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <bluwy@users.noreply.github.com> 2024-03-13 05:53:52 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-03-13 05:53:52 +0000
commit1863727215e87e20c6f5aebe5f9ee0f2783bc788 (patch)
treecc82444b9f06c31305590fd4cc3e953536fceec8 /packages/integrations/vue/client.js
parentb3dbb49058c32b152a8d14c76ddf199802e5cada (diff)
downloadastro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.tar.gz
astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.tar.zst
astro-1863727215e87e20c6f5aebe5f9ee0f2783bc788.zip
[ci] format
Diffstat (limited to 'packages/integrations/vue/client.js')
-rw-r--r--packages/integrations/vue/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/client.js b/packages/integrations/vue/client.js
index 3fdf53dae..807f843fc 100644
--- a/packages/integrations/vue/client.js
+++ b/packages/integrations/vue/client.js
@@ -1,6 +1,6 @@
+import { setup } from 'virtual:@astrojs/vue/app';
import { Suspense, createApp, createSSRApp, h } from 'vue';
import StaticHtml from './static-html.js';
-import { setup } from 'virtual:@astrojs/vue/app';
export default (element) =>
async (Component, props, slotted, { client }) => {