Skip to content

Commit

Permalink
Don’t load Vue from external source
Browse files Browse the repository at this point in the history
  • Loading branch information
Booligoosh committed Dec 19, 2018
1 parent e37427b commit 7c4f857
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script src="vue.min.js"></script>
<link rel="stylesheet" href="style.css">

<div id="app" v-on:dragover="dragover = true" v-on:dragenter="dragover = true" v-on:dragleave="dragover = false" v-on:dragend="dragover = false" v-on:drop="dragover = false; dropEvent($event)" v-bind:style="typeof taskComposer.attachment !== 'undefined' ? `background-image: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75)), url(${taskComposer.attachmentURL})` : ''">
Expand Down
6 changes: 6 additions & 0 deletions vue.min.js

Large diffs are not rendered by default.

0 comments on commit 7c4f857

Please sign in to comment.