1 Star 0 Fork 0

奶油话梅糖/LickingDogDiary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
steam-404 提交于 2023-05-12 08:47 . 加一个滚动通知
<script>
// 舔狗日记
import note from "@/components/content.vue";
// 获取时间
import timeMessage from '@/components/timeMessage.vue'
// 滚动通知
import notice from "@/components/notice.vue";
import {defineComponent} from "vue";
export default defineComponent({
components: {
note, timeMessage, notice
},
})
</script>
<template>
<notice></notice>
<notice></notice>
<notice></notice>
<note></note>
<time-message></time-message>
</template>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rabbitTang_admin/LickingDogDiary.git
[email protected]:rabbitTang_admin/LickingDogDiary.git
rabbitTang_admin
LickingDogDiary
LickingDogDiary
main

搜索帮助