⬆️ Updates rsup-progress to 3.0.0

This commit is contained in:
Alicia Sykes
2022-02-04 22:06:15 +00:00
parent c55799ad89
commit ebae510294
7 changed files with 14 additions and 14 deletions

View File

@@ -74,7 +74,7 @@
<script>
import axios from 'axios';
import jsYaml from 'js-yaml';
import ProgressBar from 'rsup-progress';
import { Progress } from 'rsup-progress';
import Button from '@/components/FormElements/Button';
import StoreKeys from '@/utils/StoreMutations';
@@ -117,7 +117,7 @@ export default {
return {
saveSuccess: undefined,
responseText: '',
progress: new ProgressBar({ color: 'var(--progress-bar)' }),
progress: new Progress({ color: 'var(--progress-bar)' }),
};
},
methods: {