fix: component location

This commit is contained in:
Hakadao
2023-01-20 01:38:55 +08:00
parent dd78f42bcd
commit 5cdb30a151

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import RecommendContent from './RecommendContent.vue'
import RecommendContent from './components/RecommendContent.vue'
</script>
<template>