[go: nahoru, domu]

Skip to content

Commit

Permalink
refactor(ui): changed device components to vue 3 composition api
Browse files Browse the repository at this point in the history
  • Loading branch information
luannmoreira authored and gustavosbarreto committed Apr 2, 2024
1 parent 468e30d commit 611829b
Show file tree
Hide file tree
Showing 8 changed files with 560 additions and 718 deletions.
13 changes: 1 addition & 12 deletions ui/src/components/Devices/Device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,5 @@
</v-card>
</template>

<script lang="ts">
import { defineComponent, ref } from "vue";
export default defineComponent({
name: "Device",
setup() {
const tab = ref("list");
return {
tab,
};
},
});
<script setup lang="ts">
</script>
Loading

0 comments on commit 611829b

Please sign in to comment.