code refactoring

This commit is contained in:
Burak Civan
2022-12-23 13:48:34 +03:00
parent 0a6ee522cd
commit 3e85be223a
4 changed files with 31 additions and 3 deletions

View File

@ -25,6 +25,7 @@ import AkauntingSwitch from './../components/AkauntingSwitch';
import AkauntingSlider from './../components/AkauntingSlider';
import AkauntingColor from './../components/AkauntingColor';
import CardForm from './../components/CreditCard/CardForm';
import NProgress from 'nprogress';
import 'nprogress/nprogress.css';
import NProgressAxios from './../plugins/nprogress-axios';

View File

@ -118,7 +118,7 @@ const app = new Vue({
methods: {
onEnd() {
this.drag = false;
this.dragging = false;
},
onUpdate(event) {