<template> <UModal title="Login" description="Login to your account to access all features."> <template #body> <div>Modal content</div> </template> </UModal></template>
<template> <UApp> <NuxtLoadingIndicator /> <NuxtLayout> <NuxtPage /> </NuxtLayout> </UApp></template>
const migrator = new Migrator({ db, provider: new FileMigrationProvider({ fs, path, migrationFolder: path.resolve(path.join(__dirname, 'migrations')), }), });