From 3520f4b5ea6fefd3b84b7d0e76ef92efe4a56ea8 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 15 Jan 2024 10:28:43 +0800
Subject: [PATCH] 派遣服务页面调整
---
src/App.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 2959c60..b8667f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,11 +11,9 @@
return {};
},
watch: {},
- created() {
-
- },
+ created() {},
methods: {},
- computed: {}
+ computed: {},
};
</script>
<style lang="scss">
--
Gitblit v1.9.3