|
@@ -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>
|