|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<div class="test">
|
|
|
- <RuleCalendar></RuleCalendar>
|
|
|
+ <!-- <RuleCalendar></RuleCalendar> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
import { ref } from 'vue'
|
|
|
-import RuleCalendar from '/@/components/RuleCalendar/index.vue'
|
|
|
+// import RuleCalendar from '/@/components/RuleCalendar/index.vue'
|
|
|
|
|
|
|
|
|
</script>
|