feat: add ci cd files dont edit those files
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
if (process.client) {
|
||||
const jQuery = require('jquery');
|
||||
global.$ = jQuery;
|
||||
global.jQuery = jQuery;
|
||||
Vue.prototype.$ = jQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user