diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-10-04 08:46:31 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-10-04 08:46:31 +0000 |
commit | 88959e872e92549a9b3e6255bfe9c70ef2194b24 (patch) | |
tree | 46ec1f09c523e28f42dcff5d19e9fc8ae3302489 /changelogs | |
parent | 12d275adce0cf1951a9fd0f362cee5178d865af8 (diff) | |
parent | b88f70606d2fd5b0a116f08f7925143ff40214fa (diff) | |
download | gitlab-ce-88959e872e92549a9b3e6255bfe9c70ef2194b24.tar.gz |
Merge branch '3612-update-script-template-order-in-vue-files' into 'master'
Re-arrange <script> tags before <template> tags in .vue files
Closes #38743
See merge request gitlab-org/gitlab-ce!14671
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/3612-update-script-template-order-in-vue-files.yml | 5 |
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 |