Dependency Updated
This commit is contained in:
parent
21567b53f7
commit
47d6e82ffd
|
|
@ -23,9 +23,8 @@
|
|||
"bootstrap-sass": "^3.4.1",
|
||||
"font-awesome": "^4.7.0",
|
||||
"lazysizes": "^5.2.2",
|
||||
"material-icons": "^0.3.1",
|
||||
"material-icons": "^0.7.6",
|
||||
"vee-validate": "^2.2.15",
|
||||
"vue-slider-component": "^3.1.0",
|
||||
"vue-toast-notification": "0.0.2"
|
||||
"vue-slider-component": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=4907147ba19b76948ca0",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=b1b985fa23df3e237bc1",
|
||||
"/js/velocity.js": "/js/velocity.js?id=9113e2a844686a29cad2",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=b3d53fa8c0b5a7da14b6"
|
||||
"/css/velocity.css": "/css/velocity.css?id=b3d53fa8c0b5a7da14b6",
|
||||
"/js/velocity-core.js": "/js/velocity-core.js?id=b1b985fa23df3e237bc1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
import Accounting from 'accounting';
|
||||
import VeeValidate from 'vee-validate';
|
||||
import VueCarousel from 'vue-carousel';
|
||||
import VueToast from 'vue-toast-notification';
|
||||
import 'vue-toast-notification/dist/index.css';
|
||||
import 'lazysizes';
|
||||
|
||||
/**
|
||||
|
|
@ -21,7 +19,6 @@ import tr from 'vee-validate/dist/locale/tr';
|
|||
/**
|
||||
* Vue plugins.
|
||||
*/
|
||||
Vue.use(VueToast);
|
||||
Vue.use(VueCarousel);
|
||||
Vue.use(BootstrapSass);
|
||||
Vue.use(VeeValidate, {
|
||||
|
|
@ -262,8 +259,6 @@ $(function() {
|
|||
const app = new Vue({
|
||||
el: '#app',
|
||||
|
||||
VueToast,
|
||||
|
||||
data: function() {
|
||||
return {
|
||||
loading: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue