Skip to content

Commit

Permalink
fix: playground
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianvasquez committed Apr 19, 2023
1 parent edafa65 commit 2dae5f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions playground/src/components/Json.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup>
import '@rdfjs-elements/rdf-editor'
import { storeToRefs } from 'pinia'
import { computed } from 'vue'
import { useWorkspaceState } from '../store/workspaceState.js'
Expand All @@ -11,14 +10,10 @@ const {
const json = computed(() => JSON.stringify(currentJson.value, null, 2))
</script>

<template>

<div>
<textarea cols="200" rows="80">{{ json }}</textarea>
</div>


</template>
1 change: 0 additions & 1 deletion playground/src/components/Markdown.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup>
import '@rdfjs-elements/rdf-editor'
import { darkTheme, NConfigProvider, NInput } from 'naive-ui'
import { storeToRefs } from 'pinia'
import { useWorkspaceState } from '../store/workspaceState.js'
Expand Down

0 comments on commit 2dae5f9

Please sign in to comment.