diff --git a/package.json b/package.json index 36b7f2d..653ce4a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "packageManager": "pnpm@8.12.0", "scripts": { - "dev": "vite --open", + "dev": "vite", "lint": "eslint .", "types": "vue-tsc --noEmit", "build": "vite build", diff --git a/src/components/TableActionBtn.vue b/src/components/TableActionBtn.vue index af4e246..79c49bc 100644 --- a/src/components/TableActionBtn.vue +++ b/src/components/TableActionBtn.vue @@ -1,8 +1,7 @@