配置针对vue文件eslint

This commit is contained in:
2023-03-17 14:40:04 +08:00
parent 884641abbf
commit 8053360878
16 changed files with 1282 additions and 841 deletions

View File

@@ -3,22 +3,22 @@
* @Date: 2023-02-28 19:10:54
* @LastEditors: Kane
* @FilePath: /task_schedule/src/views/Public.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
公共页面
<div>公共</div>
</template>
<script lang="ts">
export default {
name: "PublicPage",
setup()
setup()
{
return {};
},
};
</script>
<style lang="scss"></style>
<style lang="scss"></style>