enhance: embedページではstoreの保存先を完全に分離するように
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
|
||||
import { createApp, defineAsyncComponent } from 'vue';
|
||||
import { common } from './common.js';
|
||||
import type { CommonBootOptions } from './common.js';
|
||||
|
||||
export async function subBoot() {
|
||||
export async function subBoot(options?: CommonBootOptions) {
|
||||
const { isClientUpdated } = await common(() => createApp(
|
||||
defineAsyncComponent(() => import('@/ui/minimum.vue')),
|
||||
));
|
||||
), options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user