diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-06-04 05:04:42 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-04 11:04:42 +0800 |
commit | a97d6bf24ba8a0e43137e3fdf96b6170f16566eb (patch) | |
tree | 25a13a6410b58bfceb30d7abfb7307ee2ea30075 /templates/base/footer.tmpl | |
parent | 009a0739906566abd511d17d53b8282696e9e99e (diff) | |
download | gitea-a97d6bf24ba8a0e43137e3fdf96b6170f16566eb.tar.gz gitea-a97d6bf24ba8a0e43137e3fdf96b6170f16566eb.zip |
Use production version of vuejs. (#1869)
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 643a2f1c85..923f39e85b 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -65,6 +65,6 @@ <script src="{{AppSubUrl}}/js/libs/autolink.js"></script> <script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script> <script src="{{AppSubUrl}}/js/libs/clipboard-1.5.9.min.js"></script> - <script src="{{AppSubUrl}}/js/libs/vue.js"></script> + <script src="{{AppSubUrl}}/js/libs/vue.min.js"></script> </body> </html> |