File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
ui/src/components/plugins Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 3232 >
3333 <template #markdown =" {content } " >
3434 <!-- Plugin schema content: search disabled -->
35- <Markdown
35+ <Markdown
3636 font-size-var =" font-size-base"
3737 :source =" content"
3838 />
3939 </template >
4040 </SchemaToHtml >
41-
42- <!-- Optional: intro content or other Markdown block -->
43- <Markdown
44- v-if =" introContent"
45- :source =" introContent"
46- :showSearch =" true"
47- :collapseExamples =" true"
48- :class =" {'position-absolute': absolute}"
49- />
5041 </Suspense >
5142 </template >
43+
5244 <Markdown
53- v-else
45+ v-else-if = " introContent "
5446 :source =" introContent"
5547 :class =" {'position-absolute': absolute}"
5648 :showSearch =" true"
5951 </div >
6052</template >
6153
62- <script setup lang="ts">
54+ <script setup lang="ts">
6355
6456 import {computed } from " vue" ;
6557 import Markdown from " ../layout/Markdown.vue" ;
10799 window .open (releaseNotesUrl .value , " _blank" );
108100 }
109101 };
110- </script >
102+ </script >
111103
112- <style scoped lang="scss">
113- @import " ../../styles/components/plugin-doc" ;
114- </style >
104+ <style scoped lang="scss">
105+ @import " ../../styles/components/plugin-doc" ;
106+ </style >
You can’t perform that action at this time.
0 commit comments