mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
fix(article): 修正组件导入路径
This commit is contained in:
@@ -114,9 +114,9 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Search } from "@element-plus/icons-vue";
|
||||
import ArticleCommentWallDrawer from "../components/ArticleCommentWallDrawer.vue";
|
||||
import ArticleDetailDrawer from "../components/ArticleDetailDrawer.vue";
|
||||
import ArticlePublishDrawer from "../components/ArticlePublishDrawer.vue";
|
||||
import ArticleCommentWallDrawer from "./components/ArticleCommentWallDrawer.vue";
|
||||
import ArticleDetailDrawer from "./components/ArticleDetailDrawer.vue";
|
||||
import ArticlePublishDrawer from "./components/ArticlePublishDrawer.vue";
|
||||
import { useDateFormat } from "@vueuse/core";
|
||||
import { EmojiText } from "@utils/ui";
|
||||
import { ArticleList } from "@/mock/temp/articleList";
|
||||
|
||||
Reference in New Issue
Block a user