Does default styling show in Css-AWS Amplify Authenticator UI?
This is my code: // Login.vue <template> <authenticator /> </template> import { Authenticator } from '@aws-amplify/ui-vue' export default { name: 'Login', components: { Authenticator, }, } // package.json "dependencies": { "@aws-amplify/auth": "^5.3.6", "@aws-amplify/core": "^5.3.0", "@aws-amplify/ui-vue": "^3.1.15", "aws-amplify": "^5.2.1", } It's…