File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 3532435324 }
3532535325 return '';
3532635326 },
35327- get hasTableQuads() {
35328- return Object.keys(this.tableQuads).length > 0;
35329- },
3533035327 get sideDoc() {
3533135328 if (this.outputTab === 'framed') {
3533235329 return 'frameDoc';
Original file line number Diff line number Diff line change @@ -167,9 +167,6 @@ window.app = createApp({
167167 }
168168 return '' ;
169169 } ,
170- get hasTableQuads ( ) {
171- return Object . keys ( this . tableQuads ) . length > 0 ;
172- } ,
173170 get sideDoc ( ) {
174171 if ( this . outputTab === 'framed' ) {
175172 return 'frameDoc' ;
Original file line number Diff line number Diff line change @@ -277,8 +277,8 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
277277 < div :class ="{ active: outputTab == 'yamlld' } " class ="item " @click ="setOutputTab('yamlld') "> < i class ="th icon "> </ i > YAML-LD</ div >
278278 </ div >
279279 < div class ="ui fitted resizable scrolling active bottom attached tab segment ">
280- < div v-show ="!hasTableQuads " id ="read-only-editor "> <!-- replaced by CodeMirror --> </ div >
281- < table class ="ui very padded table " v-show ="hasTableQuads ">
280+ < div v-show ="outputTab != 'table' " id ="read-only-editor "> <!-- replaced by CodeMirror --> </ div >
281+ < table class ="ui very padded table " v-show ="outputTab == 'table' ">
282282 < thead >
283283 < tr >
284284 < th > Subject</ th >
You can’t perform that action at this time.
0 commit comments