{"id":19809716,"url":"https://github.com/algesthesiah/vueoperating","last_synced_at":"2025-08-31T20:07:12.053Z","repository":{"id":41705989,"uuid":"243805326","full_name":"algesthesiah/VueOperating","owner":"algesthesiah","description":"Vue mini-confim 结合操作组件","archived":false,"fork":false,"pushed_at":"2022-12-10T19:52:17.000Z","size":1569,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T03:48:11.575Z","etag":null,"topics":["operating","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/algesthesiah.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":"2020-02-28T16:22:37.000Z","updated_at":"2023-03-07T04:51:49.000Z","dependencies_parsed_at":"2023-01-26T10:31:35.898Z","dependency_job_id":null,"html_url":"https://github.com/algesthesiah/VueOperating","commit_stats":null,"previous_names":["algesthesiahunter/vueoperating"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/algesthesiah/VueOperating","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algesthesiah%2FVueOperating","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algesthesiah%2FVueOperating/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algesthesiah%2FVueOperating/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algesthesiah%2FVueOperating/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algesthesiah","download_url":"https://codeload.github.com/algesthesiah/VueOperating/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algesthesiah%2FVueOperating/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032934,"owners_count":25034067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"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":["operating","vue"],"created_at":"2024-11-12T09:17:57.390Z","updated_at":"2025-08-31T20:07:12.029Z","avatar_url":"https://github.com/algesthesiah.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-operating\n\n\u003e A vue component contains an action group, an edit delete button, and a mini confirmation box\n\n## Usage\n\n``` html\n\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2\u003ehover 查看效果\u003c/h2\u003e\n      \u003cul class=\"main\"\u003e\n        \u003cli v-for=\"(it, i) in tags\" :key=\"i\" class=\"li\"\u003e\n          \u003cdiv class=\"it\"\u003e\n            \u003cspan class=\"text\"\u003e{{ it.name }}\u003c/span\u003e\n          \u003c/div\u003e\n          \u003cVueOperating\n            :name=\"it.name\"\n            @edit=\"edit(it.name)\"\n            @submit=\"submit(it.name)\"\n          \u003e\u003c/VueOperating\u003e\n        \u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\u003cscript\u003e\nexport default {\n  data() {\n    return {\n      show: false,\n      tags: [\n        { name: 'webpack' },\n        { name: 'vue' },\n        { name: 'react' },\n        { name: 'nodejs' },\n        { name: 'javascript' },\n      ],\n    }\n  },\n  methods: {\n    edit(e) {\n      alert(e)\n    },\n    submit(e) {\n      alert(e)\n    },\n  },\n}\n\u003c/script\u003e\n```\n\n### DEMO\n- [在线网址](https://coding.algesthesiahunter.top/VueOperating)\n- [Online site](\u003chttps://algesthesiahunter.github.io/VueOperating\u003e)\n### NPM\n\n``` bash\n# use npm\nnpm i vue-operating -S\n\n# use yarn\nyarn add vue-operating\n```\n\n### Import Plugins\n\n``` js\nimport VueOperating from 'vue-operating'\nVue.use(VueOperating)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgesthesiah%2Fvueoperating","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgesthesiah%2Fvueoperating","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgesthesiah%2Fvueoperating/lists"}