mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-23 08:20:38 +01:00
Fix footer + Add Posts preview + fix header + about + blog + index page
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export { default as Footer } from '../..\\src\\components\\Footer.vue'
|
||||
export { default as GoToTop } from '../..\\src\\components\\GoToTop.vue'
|
||||
export { default as Header } from '../..\\src\\components\\Header.vue'
|
||||
export { default as LangSwitcher } from '../..\\src\\components\\LangSwitcher.vue'
|
||||
export { default as HomePost } from '../..\\src\\components\\HomePost.vue'
|
||||
export { default as Post } from '../..\\src\\components\\Post.vue'
|
||||
|
||||
export const LazyFooter = import('../..\\src\\components\\Footer.vue' /* webpackChunkName: "components_Footer" */).then(c => c.default || c)
|
||||
export const LazyGoToTop = import('../..\\src\\components\\GoToTop.vue' /* webpackChunkName: "components_GoToTop" */).then(c => c.default || c)
|
||||
export const LazyHeader = import('../..\\src\\components\\Header.vue' /* webpackChunkName: "components_Header" */).then(c => c.default || c)
|
||||
export const LazyLangSwitcher = import('../..\\src\\components\\LangSwitcher.vue' /* webpackChunkName: "components_LangSwitcher" */).then(c => c.default || c)
|
||||
export const LazyHomePost = import('../..\\src\\components\\HomePost.vue' /* webpackChunkName: "components_HomePost" */).then(c => c.default || c)
|
||||
export const LazyPost = import('../..\\src\\components\\Post.vue' /* webpackChunkName: "components_Post" */).then(c => c.default || c)
|
||||
|
||||
Reference in New Issue
Block a user