Move all Vue app init functions into a single location
We are going to need to combine these apps into a single `new Vue` call,
so having them in the same file to start with will make things much
easier later on.
Signed-off-by:
Andrew Smith <espadav8@gmail.com>
显示
- app/assets/javascripts/forks/init_forks_button.js 0 个添加, 41 个删除app/assets/javascripts/forks/init_forks_button.js
- app/assets/javascripts/groups_projects/components/more_actions_dropdown.vue 7 个添加, 3 个删除...ipts/groups_projects/components/more_actions_dropdown.vue
- app/assets/javascripts/groups_projects/init_more_actions_dropdown.js 1 个添加, 1 个删除...javascripts/groups_projects/init_more_actions_dropdown.js
- app/assets/javascripts/notifications/components/notifications_dropdown.vue 3 个添加, 3 个删除...ripts/notifications/components/notifications_dropdown.vue
- app/assets/javascripts/notifications/index.js 1 个添加, 1 个删除app/assets/javascripts/notifications/index.js
- app/assets/javascripts/pages/projects/home_panel/components/home_panel.vue 61 个添加, 0 个删除...ripts/pages/projects/home_panel/components/home_panel.vue
- app/assets/javascripts/pages/projects/home_panel/index.js 106 个添加, 0 个删除app/assets/javascripts/pages/projects/home_panel/index.js
- app/assets/javascripts/pages/projects/show/index.js 2 个添加, 10 个删除app/assets/javascripts/pages/projects/show/index.js
- app/assets/javascripts/stars/index.js 0 个添加, 40 个删除app/assets/javascripts/stars/index.js
- app/controllers/projects_controller.rb 0 个添加, 1 个删除app/controllers/projects_controller.rb
- app/helpers/projects_helper.rb 46 个添加, 13 个删除app/helpers/projects_helper.rb
- app/views/groups/_home_panel.html.haml 1 个添加, 1 个删除app/views/groups/_home_panel.html.haml
- app/views/groups/_more_actions_dropdown.html.haml 0 个添加, 6 个删除app/views/groups/_more_actions_dropdown.html.haml
- app/views/projects/_home_panel.html.haml 1 个添加, 6 个删除app/views/projects/_home_panel.html.haml
- app/views/projects/buttons/_fork.html.haml 0 个添加, 3 个删除app/views/projects/buttons/_fork.html.haml
- app/views/projects/buttons/_star.html.haml 0 个添加, 1 个删除app/views/projects/buttons/_star.html.haml
- spec/controllers/projects_controller_spec.rb 0 个添加, 29 个删除spec/controllers/projects_controller_spec.rb
- spec/frontend/groups_projects/components/more_actions_dropdown_spec.js 3 个添加, 3 个删除.../groups_projects/components/more_actions_dropdown_spec.js
- spec/frontend/home_panel/components/home_panel_spec.js 65 个添加, 0 个删除spec/frontend/home_panel/components/home_panel_spec.js
- spec/helpers/projects_helper_spec.rb 118 个添加, 0 个删除spec/helpers/projects_helper_spec.rb
加载中
想要评论请 注册 或 登录