Skip to content

Commit 933afee

Browse files
committed
solved dependencies issues
1 parent 829e883 commit 933afee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@aws-amplify/ui-vue": "^4.3.3",
15-
"vue": "^3.0.5",
15+
"vue": "^3.5.14",
1616
"vue-router": "4"
1717
},
1818
"devDependencies": {
1919
"@types/node": "18.8.0",
20-
"@vue/compiler-sfc": "^3.0.5",
20+
"@vue/compiler-sfc": "^3.5.14",
2121
"rimraf": "^3.0.2",
2222
"vite-plugin-pages": "^0.25.0"
2323
}
24-
}
24+
}

examples/vue/src/pages/ui/components/authenticator/sign-up-with-attributes/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Amplify.configure(aws_exports);
2121
placeholder="Zone Info"
2222
name="zoneinfo"
2323
:hideLabel="false"
24+
:required="false"
25+
:disabled="false"
2426
/>
2527
</template>
2628
<template v-slot="{ user, signOut }">

0 commit comments

Comments
 (0)