mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 10:54:38 +00:00
feat(blog): implement BlogHeader and BlogList components, add post fetching and filtering logic
This commit is contained in:
3
src/widgets/Blog/index.ts
Normal file
3
src/widgets/Blog/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from './context';
|
||||
export { default as BlogHeader } from './ui/BlogHeader.vue';
|
||||
export { default as BlogList } from './ui/BlogList.vue';
|
||||
Reference in New Issue
Block a user