Skip to content

Commit

Permalink
feat: update list of provinces in PersonDemo component
Browse files Browse the repository at this point in the history
  • Loading branch information
dawit-io committed Dec 29, 2024
1 parent 84946f5 commit 2efa1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/PersonDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ generateTrigger$.pipe(
const provinces = [
'Roma', 'Milano', 'Napoli', 'Torino', 'Palermo',
'Genova', 'Bologna', 'Firenze', 'Bari', 'Catania', 'Bolzano'
'Genova', 'Bologna', 'Firenze', 'Bari', 'Catania', 'Bolzano', 'Cagliari'
].sort()
const filteredProvinces = computed(() => {
Expand Down

0 comments on commit 2efa1ea

Please sign in to comment.