1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00

Use production version of vuejs. (#1869)

This commit is contained in:
Antoine GIRARD 2017-06-04 05:04:42 +02:00 committed by Lunny Xiao
parent 009a073990
commit a97d6bf24b
3 changed files with 9 additions and 8569 deletions

File diff suppressed because it is too large Load Diff

8
public/js/libs/vue.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -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>