summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-10-03 19:07:41 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-10-03 19:12:53 -0500
commitb88f70606d2fd5b0a116f08f7925143ff40214fa (patch)
tree3c3a150f348665340cb15cfa05f75bc5347567bf /changelogs
parentaec1586c05f30c1a81928b441cd63e422752e56c (diff)
downloadgitlab-ce-b88f70606d2fd5b0a116f08f7925143ff40214fa.tar.gz
Re-arrange <script> tags before <template> tags in .vue files3612-update-script-template-order-in-vue-files
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/3612-update-script-template-order-in-vue-files.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/3612-update-script-template-order-in-vue-files.yml b/changelogs/unreleased/3612-update-script-template-order-in-vue-files.yml
new file mode 100644
index 00000000000..cea6cb2e48b
--- /dev/null
+++ b/changelogs/unreleased/3612-update-script-template-order-in-vue-files.yml
@@ -0,0 +1,5 @@
+---
+title: Re-arrange <script> tags before <template> tags in .vue files
+merge_request: 14671
+author:
+type: changed