Commit e8a6e7c1 authored by Rémy Coutable's avatar Rémy Coutable

Fix duplicate require of Vue

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 396941fa
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
/* global ResolveService */ /* global ResolveService */
const Vue = require('vue'); const Vue = require('vue');
const Vue = require('vue');
(() => { (() => {
const ResolveDiscussionBtn = Vue.extend({ const ResolveDiscussionBtn = Vue.extend({
props: { props: {
......
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