DEV Community

Discussion on: Adding Authentication to a Nuxt App with AWS Amplify

Collapse
 
seravault profile image
Seravault

Found the key to Vue 3. You need to import your Amplify with brackets :
import { Amplify } from 'aws-amplify';
import awsconfig from './aws-exports';

Amplify.configure(awsconfig);