Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1095
[Vue] About page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[Vue] About page
feature/vue/about
into
master
Overview
20
Commits
12
Pipelines
5
Changes
16
Merged
Jonathan Weth
requested to merge
feature/vue/about
into
master
2 years ago
Overview
20
Commits
12
Pipelines
5
Changes
16
Expand
0
0
Merge request reports
Compare
master
version 4
26e56a5e
2 years ago
version 3
4b61591e
2 years ago
version 2
46604f3f
2 years ago
version 1
8499f85c
2 years ago
master (base)
and
latest version
latest version
6bc1517e
12 commits,
2 years ago
version 4
26e56a5e
10 commits,
2 years ago
version 3
4b61591e
7 commits,
2 years ago
version 2
46604f3f
6 commits,
2 years ago
version 1
8499f85c
4 commits,
2 years ago
16 files
+
579
−
118
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/assets/components/about/About.vue
0 → 100644
+
16
−
0
Options
<
template
>
<div
class=
"mt-4 mb-4"
>
<about-aleksis></about-aleksis>
<installed-apps-list
/>
</div>
</
template
>
<
script
>
import
InstalledAppsList
from
"
./InstalledAppsList.vue
"
;
import
AboutAleksis
from
"
./AboutAleksis.vue
"
;
export
default
{
name
:
"
About
"
,
components
:
{
AboutAleksis
,
InstalledAppsList
},
};
</
script
>
Loading