We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829e883 commit 933afeeCopy full SHA for 933afee
examples/vue/package.json
@@ -12,13 +12,13 @@
12
},
13
"dependencies": {
14
"@aws-amplify/ui-vue": "^4.3.3",
15
- "vue": "^3.0.5",
+ "vue": "^3.5.14",
16
"vue-router": "4"
17
18
"devDependencies": {
19
"@types/node": "18.8.0",
20
- "@vue/compiler-sfc": "^3.0.5",
+ "@vue/compiler-sfc": "^3.5.14",
21
"rimraf": "^3.0.2",
22
"vite-plugin-pages": "^0.25.0"
23
}
24
-}
+}
examples/vue/src/pages/ui/components/authenticator/sign-up-with-attributes/index.vue
@@ -21,6 +21,8 @@ Amplify.configure(aws_exports);
placeholder="Zone Info"
name="zoneinfo"
:hideLabel="false"
+ :required="false"
25
+ :disabled="false"
26
/>
27
</template>
28
<template v-slot="{ user, signOut }">
0 commit comments