mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
f9dd9428c6
commit
4dc00cc7c9
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
import { setup } from 'virtual:@astrojs/vue/app';
|
import { setup } from 'virtual:@astrojs/vue/app';
|
||||||
import { createSSRApp, h } from 'vue';
|
import { createSSRApp, h } from 'vue';
|
||||||
import { renderToString } from 'vue/server-renderer';
|
import { renderToString } from 'vue/server-renderer';
|
||||||
import StaticHtml from './static-html.js';
|
|
||||||
import { incrementId } from './context.js';
|
import { incrementId } from './context.js';
|
||||||
|
import StaticHtml from './static-html.js';
|
||||||
|
|
||||||
function check(Component) {
|
function check(Component) {
|
||||||
return !!Component['ssrRender'] || !!Component['__ssrInlineRender'];
|
return !!Component['ssrRender'] || !!Component['__ssrInlineRender'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue