fix: removed jquery explicit includes

This commit is contained in:
NGPixel
2017-06-11 17:55:06 -04:00
committed by Nicolas Giard
parent c94d41e76d
commit 485e1a78f6
10 changed files with 31 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
'use strict'
/* global $ */
/* eslint-disable no-new */
import $ from 'jquery'
import Vue from 'vue'
import VueResource from 'vue-resource'
import VueClipboards from 'vue-clipboards'

View File

@@ -1,6 +1,6 @@
'use strict'
import $ from 'jquery'
/* global $ */
let mde

View File

@@ -18,8 +18,6 @@
</template>
<script>
import * as $ from 'jquery'
export default {
data () {
return {

View File

@@ -1,6 +1,6 @@
'use strict'
import $ from 'jquery'
/* global $ */
$(() => {
$('#login-user').focus()

View File

@@ -1,7 +1,8 @@
'use strict'
/* global $ */
import MathJax from 'mathjax'
import $ from 'jquery'
export default {
name: 'content-view',