Skip to content

Remove unnecessary Vue usage

username-removed-636429 requested to merge fix-geo-bundle into master

Removes geo_bundle.js from main.js and implements the modal in HAML without utilizing Vue. This prevents Vue from ending up in main.bundle.js and puts it back in common_vue.bundle.js where it belongs.

The Vue implementation was actually broken anyway, ever since the upgrade to Vue 2.0.

Before:

before

After:

after

Merge request reports