set client side for production flow
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Island: typeof import("./node_modules/.pnpm/iles@0.7.32/node_modules/iles/dist/client/app/components/Island.vue")["default"];
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.7.32_sass@1.49.9/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
||||
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
||||
}
|
||||
|
||||
@@ -21,4 +21,4 @@ May I ask you some questions?
|
||||
|
||||
First, can you name your different step before having your app in production?
|
||||
|
||||
<ProductionFlow />
|
||||
<ProductionFlow client:idle />
|
||||
|
||||
Reference in New Issue
Block a user