File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import QuickLinks from '~/components/quick-links'
33import Reload from '~/components/reload'
44import Section from '~/components/section'
55import { mergeData } from 'vue-functional-data-merge'
6- import { bootstrapVersion , vueVersion } from '~/content'
76
87// @vue /component
98export default {
@@ -59,15 +58,8 @@ export default {
5958 const $quickLinks = h ( QuickLinks )
6059
6160 // Body section
62- const $bodySectionContent = h ( {
63- delimiters : [ '[[' , ']]' ] , // change the delimiters to avoid conflicts with code examples
64- data ( ) {
65- return {
66- bootstrapVersion,
67- vueVersion
68- }
69- } ,
70- template : `<div>${ body } </div>`
61+ const $bodySectionContent = h ( 'div' , {
62+ domProps : { innerHTML : body }
7163 } )
7264
7365 const $bodySection = h (
You can’t perform that action at this time.
0 commit comments