chore(release): bump version to 2.0.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vnt-web-ui",
|
||||
"private": true,
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -19,7 +19,7 @@ const message = ref("");
|
||||
const downloaded = ref(0);
|
||||
const contentLength = ref(0);
|
||||
|
||||
const currentVersion = computed(() => app.version || "2.0.0");
|
||||
const currentVersion = computed(() => app.version || "2.0.1");
|
||||
const progress = computed(() => {
|
||||
if (!contentLength.value) return 0;
|
||||
return Math.min(100, Math.round((downloaded.value / contentLength.value) * 100));
|
||||
|
||||
Reference in New Issue
Block a user