Pārlūkot izejas kodu

[Feat 0000] 添加CAD Viewer的使用页面

houzekong 11 mēneši atpakaļ
vecāks
revīzija
b44a7d4eef

+ 0 - 1
src/components/CADViewer/src/CADViewer.vue

@@ -55,4 +55,3 @@
 </script>
 
 <style scoped></style>
-./viewer.data

+ 10 - 0
src/views/vent/cad/index.vue

@@ -0,0 +1,10 @@
+<!-- eslint-disable vue/multi-word-component-names -->
+<template>
+  <CADViewer class="w-100% h-100%" show-operations :height="820" />
+</template>
+
+<script setup lang="ts">
+  import { CADViewer } from '/@/components/CADViewer';
+</script>
+
+<style lang="less" scoped></style>