fix:去除多余注释

This commit is contained in:
刘引
2025-03-19 13:50:57 +08:00
parent 9b35ac6474
commit ceac848fd2

View File

@@ -1,11 +1,3 @@
<!--
* @Description: {{ByRuin}}
* @Version: 2.0
* @Author: Ruin 🍭
* @Date: 2022-03-10 10:11:06
* @LastEditors: 刘引
* @LastEditTime: 2022-07-26 14:42:06
-->
<template> <template>
<div class="root-home"> <div class="root-home">
<p>我是home组件</p> <p>我是home组件</p>
@@ -14,9 +6,8 @@
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { computed, watch, onUpdated, ref, reactive } from 'vue'; import { computed, watch, onUpdated, ref, reactive } from 'vue'
import news from './components/news.vue' import news from './components/news.vue'
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped></style>
</style>