{"id":44762739,"url":"https://github.com/wspringer/vue-autoextra","last_synced_at":"2026-02-16T03:18:49.145Z","repository":{"id":37735351,"uuid":"190575093","full_name":"wspringer/vue-autoextra","owner":"wspringer","description":"Always have an extra form entry without polluting your model","archived":false,"fork":false,"pushed_at":"2023-01-03T23:32:47.000Z","size":964,"stargazers_count":1,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-20T01:11:34.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wspringer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-06T12:09:50.000Z","updated_at":"2024-10-17T15:21:19.000Z","dependencies_parsed_at":"2023-02-01T13:31:26.268Z","dependency_job_id":null,"html_url":"https://github.com/wspringer/vue-autoextra","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wspringer/vue-autoextra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Fvue-autoextra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Fvue-autoextra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Fvue-autoextra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Fvue-autoextra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wspringer","download_url":"https://codeload.github.com/wspringer/vue-autoextra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Fvue-autoextra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-16T03:18:48.274Z","updated_at":"2026-02-16T03:18:49.138Z","avatar_url":"https://github.com/wspringer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nSuppose that you have a form based on a collection of data. And you want to be\nable to easily add a new entry. Autoextra is giving you exactly that: it will\nrepeat the same form section for all items in the collection, but it will also\nmagically add a new entry that will be added to the collection the moment you\nstart editing its data. (Which will then in turn trigger a new entry getting\nadded.)\n\n```html\n\u003cautoextra :collection=\"persons\" v-slot=\"{item,last,index}\"\u003e\n  \u003cdiv class=\"columns\" :class=\"{last: last}\"\u003e\n    \u003cdiv class=\"field column\"\u003e\n      \u003cdiv class=\"control\"\u003e\n        \u003clabel class=\"label\"\u003e{{last ? 'New ' : ''}}Person {{!last ? index + 1 : ''}}\u003c/label\u003e\n        \u003cinput class=\"input\" type=\"text\" v-model=\"item.name\"/\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"field column\"\u003e\n      \u003clabel class=\"label\"\u003eAge\u003c/label\u003e\n      \u003cdiv class=\"control\"\u003e\n        \u003cinput class=\"input\" type=\"number\" v-model=\"item.age\"/\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e            \n  \u003c/div\u003e\n\u003c/autoextra\u003e \n```\n\n![Demo](https://cdn-images-1.medium.com/max/1600/1*7tLPGOOpR3UcR4n0S5GUXg.gif)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwspringer%2Fvue-autoextra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwspringer%2Fvue-autoextra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwspringer%2Fvue-autoextra/lists"}