Update Sortable package path
This commit is contained in:
parent
7c4046e1e7
commit
6a4b4255a1
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable comma-dangle, space-before-function-paren, one-var */
|
||||
|
||||
import $ from 'jquery';
|
||||
import Sortable from 'vendor/Sortable';
|
||||
import Sortable from 'sortablejs';
|
||||
import Vue from 'vue';
|
||||
import AccessorUtilities from '../../lib/utils/accessor';
|
||||
import boardList from './board_list.vue';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import Sortable from 'vendor/Sortable';
|
||||
import Sortable from 'sortablejs';
|
||||
import boardNewIssue from './board_new_issue.vue';
|
||||
import boardCard from './board_card.vue';
|
||||
import eventHub from '../eventhub';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable comma-dangle, class-methods-use-this, no-underscore-dangle, no-param-reassign, no-unused-vars, consistent-return, func-names, space-before-function-paren, max-len */
|
||||
|
||||
import $ from 'jquery';
|
||||
import Sortable from 'vendor/Sortable';
|
||||
import Sortable from 'sortablejs';
|
||||
|
||||
import flash from './flash';
|
||||
import axios from './lib/utils/axios_utils';
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import Vue from 'vue';
|
||||
import MockAdapter from 'axios-mock-adapter';
|
||||
import axios from '~/lib/utils/axios_utils';
|
||||
import Sortable from 'vendor/Sortable';
|
||||
import Sortable from 'sortablejs';
|
||||
import BoardList from '~/boards/components/board_list.vue';
|
||||
import eventHub from '~/boards/eventhub';
|
||||
import '~/boards/mixins/sortable_default_options';
|
||||
|
|
Loading…
Reference in a new issue