Commit 55fe38b1 authored by Phil Hughes's avatar Phil Hughes

Removed vue from diff_notes_bundle

This was causing things to explode with having 2 versions of Vue on the page at the same. Webpack will save us once we get that merged in
parent e6966300
/* eslint-disable */
(() => {
JumpToDiscussion = Vue.extend({
const JumpToDiscussion = Vue.extend({
mixins: [DiscussionMixins],
props: {
discussionId: String
......
/* eslint-disable */
//= require vue
//= require vue-resource
//= require_directory ./models
//= require_directory ./stores
//= require_directory ./services
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment