File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 8888 </div >
8989 </div >
9090
91- <div v-if = " !demoTestPage " class =" container" >
91+ <div class =" container" >
9292 <!-- ============================================== Installation -->
9393 <InstallationSection id =" ul-installation" />
9494
125125 <!-- ============================================== License -->
126126 <LicenseSection id =" ul-license" />
127127 </div >
128-
129- <div v-else class =" container" >
130- <TestingExamples />
131- </div >
132128</template >
133129
134130<script setup lang='ts'>
@@ -157,7 +153,6 @@ import {
157153 ThemesSection ,
158154 UsageSection ,
159155} from ' @/components/Sections/' ;
160- import { TestingExamples } from ' @/components/Examples/' ;
161156import Prism from ' prismjs' ;
162157import ' prismjs/components/prism-typescript' ;
163158import ' prismjs/components/prism-json' ;
@@ -166,7 +161,6 @@ import 'prismjs/components/prism-php';
166161import ' prismjs/plugins/line-numbers/prism-line-numbers.js' ;
167162import ' prismjs/plugins/line-numbers/prism-line-numbers.css' ;
168163
169- const demoTestPage = ref (false );
170164
171165const highlightJsLinks = inject (' highlightJsLinks' );
172166const prismLinks = inject (' prismLinks' );
You can’t perform that action at this time.
0 commit comments