{"id":17099911,"url":"https://github.com/oysun/vuebootstrapcollapse","last_synced_at":"2026-04-12T15:42:21.351Z","repository":{"id":215851327,"uuid":"82520434","full_name":"OYsun/VueBootstrapCollapse","owner":"OYsun","description":"面试题","archived":false,"fork":false,"pushed_at":"2017-03-21T15:32:01.000Z","size":210,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T00:47:03.820Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/OYsun.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-20T05:32:28.000Z","updated_at":"2017-09-04T01:38:40.000Z","dependencies_parsed_at":"2024-01-07T01:58:16.280Z","dependency_job_id":null,"html_url":"https://github.com/OYsun/VueBootstrapCollapse","commit_stats":null,"previous_names":["oysun/vuebootstrapcollapse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OYsun%2FVueBootstrapCollapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OYsun%2FVueBootstrapCollapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OYsun%2FVueBootstrapCollapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OYsun%2FVueBootstrapCollapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OYsun","download_url":"https://codeload.github.com/OYsun/VueBootstrapCollapse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245147715,"owners_count":20568559,"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","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":"2024-10-14T15:11:46.517Z","updated_at":"2026-04-12T15:42:16.316Z","avatar_url":"https://github.com/OYsun.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VueBootstrapCollapse\n面试题\n\n- 用Bootstrap的样式和js写一个vue的collapse的组件\n- 使用scss添加了一下自己修改的样式\n\n# demo\n\nhttp://web-oysun.cn/VueBootstrapCollapse\n\n# 使用\n\n```javascript\n\u003ctemplate\u003e\n  \u003cdiv id=\"app\"\u003e\n    \u003ccollapsed :options='CollapseData'\u003e\u003c/collapsed\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport collapsed from './components/VueCollapse.vue'\nexport default {\n  name: 'app',\n  data () {\n    return {\n      CollapseData: [\n        { title: '第一', context: '第一栏的相关信息' },\n        { title: '第二', context: '第二栏的相关信息' },\n        { title: '第三', context: '第三栏的相关信息' }\n      ]\n    }\n  },\n  components: {\n    collapsed\n  }\n}\n\u003c/script\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foysun%2Fvuebootstrapcollapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foysun%2Fvuebootstrapcollapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foysun%2Fvuebootstrapcollapse/lists"}