Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhrk committed Nov 30, 2018
1 parent cc88a9d commit 2bcf85a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<input type="submit">
</form>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.js"></script>
<script src="./js/app.js"></script>
</body>
</html>
8 changes: 1 addition & 7 deletions docs/js/app.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module.exports = Object.assign(
},
},

externals: {}
externals: {
vue: 'Vue',
}
}
);

0 comments on commit 2bcf85a

Please sign in to comment.