From 34257f504330191b1a698eb48b52217095db47fe Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期一, 04 九月 2023 18:10:46 +0800 Subject: [PATCH] 扬尘vue --- src/views/pass_login/LoginAndGetData.vue | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/views/pass_login/LoginAndGetData.vue b/src/views/pass_login/LoginAndGetData.vue index e69de29..e848234 100644 --- a/src/views/pass_login/LoginAndGetData.vue +++ b/src/views/pass_login/LoginAndGetData.vue @@ -0,0 +1,25 @@ +<script> + export default { + data() { + return{ + + } + }, + mounted() { + + }, + methods: { + + } +} +</script> + +<template> + <div> + 妯℃嫙鐧诲綍 + </div> +</template> + +<style scoped> + +</style> \ No newline at end of file -- Gitblit v1.9.3