Compare commits
1 Commits
a49a725950
...
17aeea8359
| Author | SHA1 | Date | |
|---|---|---|---|
| 17aeea8359 |
@@ -1,8 +1,4 @@
|
||||
<script setup>
|
||||
// 组件名与 mainPage 模块 id 一致,供 <KeepAlive :include> 按 id 精确匹配。
|
||||
// 作为独立 app 运行时该名不影响行为。
|
||||
defineOptions({ name: 'timetable' })
|
||||
|
||||
import { useCalendar } from './composables/useCalendar.js'
|
||||
import DropZone from './components/DropZone.vue'
|
||||
import HeaderBar from './components/HeaderBar.vue'
|
||||
|
||||
Reference in New Issue
Block a user