feat: 任务列表开发
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<template>
|
||||
<Layout>
|
||||
|
||||
<template #task>
|
||||
<Task />
|
||||
</template>
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Task from '../components/Task/index.vue'
|
||||
|
||||
const openBaidu = () => {
|
||||
(window as any).ipcAPI?.openBaidu()
|
||||
|
||||
Reference in New Issue
Block a user