PT PC端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
637 B

<template>
<div class="task-form">11111111111111</div>
</template>
<script setup>
// import { computed, watch, ref } from 'vue';
// import { useStore } from 'vuex';
// const store = useStore();
// const signInFormRef = ref(null);
// const signInForm = ref({
// username: '',
// password: '',
// });
// const rules = ref({
// username: [
// {
// required: true,
// message: '请输入账号',
// trigger: 'blur',
// },
// ],
// password: [
// {
// required: true,
// message: '请输入密码',
// trigger: 'blur',
// },
// ],
// });
</script>
<style scoped></style>