Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1f12c7b7
Commit
1f12c7b7
authored
Mar 11, 2022
by
Kev
Committed by
Natalia Tepluhina
Mar 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Vue 3 migration docs to match progress
parent
2d5c86dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
doc/development/fe_guide/vue3_migration.md
doc/development/fe_guide/vue3_migration.md
+3
-5
No files found.
doc/development/fe_guide/vue3_migration.md
View file @
1f12c7b7
...
@@ -6,12 +6,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w
...
@@ -6,12 +6,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Migration to Vue 3
# Migration to Vue 3
Preparations for a Vue 3 migration are tracked in epic
[
&3174
](
https://gitlab.com/groups/gitlab-org/-/epics/3174
)
The migration from Vue 2 to 3 is tracked in epic
[
&6252
](
https://gitlab.com/groups/gitlab-org/-/epics/6252
)
.
In order to prepare for the eventual migration to Vue 3.x, we should not use the following deprecated features in the codebase:
To ease migration to Vue 3.x, we have added
[
eslint rules
](
https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/merge_requests/50
)
that prevent us from using the following deprecated features in the codebase.
NOTE:
Our linting rules block the use of these deprecated features.
## Vue filters
## Vue filters
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment