Skip to content

Commit

Permalink
chore: remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 19, 2021
1 parent 5b94aef commit db70f07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/app/components/Debug.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script setup lang="ts">
import { ref, watch, reactive } from 'vue'
import { ref, watch } from 'vue'
import { useData } from '../data'
// FIXME: remove reactive in next vue version
const data = reactive(useData())
const data = useData()
const el = ref<HTMLElement | null>(null)
const open = ref(false)
Expand Down

0 comments on commit db70f07

Please sign in to comment.