diff --git a/src/components/astro/ColCentre.astro b/src/components/astro/ColCentre.astro index fe7c548..26ceb80 100644 --- a/src/components/astro/ColCentre.astro +++ b/src/components/astro/ColCentre.astro @@ -1,13 +1,30 @@ --- // Centre - HAUT : tabs (Carte O mindmap | Chatbot RAG branche PC7). -// BAS : iframe carte AEP + scroll articles Substack (PC4). +// MILIEU : preview article (V1.2-P) - inseree au clic journal-item-click. +// BAS : iframe carte AEP (toujours visible). import CarteOWrapper from '../vue/CarteOWrapper.vue'; import ChatbotV2 from '../vue/ChatbotV2.vue'; import EmbedDynamique from '../vue/EmbedDynamique.vue'; +import PreviewArticle from '../vue/PreviewArticle.vue'; --- -
- -
+ +
+ +
diff --git a/src/components/vue/PreviewArticle.vue b/src/components/vue/PreviewArticle.vue new file mode 100644 index 0000000..55853e5 --- /dev/null +++ b/src/components/vue/PreviewArticle.vue @@ -0,0 +1,152 @@ + + +