Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • views
  • preview
  • index.vue
  • feat:大屏新增预览
    90d58d1a
    fengwotao authored
    2023-03-03 11:34:59 +0800  
    Browse Files »
index.vue 193 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<!-- THINGS_KIT -->

<template>
  <suspense>
    <suspense-index></suspense-index>
  </suspense>
</template>

<script setup lang="ts">
import suspenseIndex from './suspenseIndex.vue'
</script>