STL 格式
<template>
<model-stl
src="/static/models/stl/gear.stl"
/>
</template>
<script setup>
import { ModelStl } from 'vue-3d-model';
</script>
<template>
<model-stl
src="/static/models/stl/gear.stl"
/>
</template>
<script setup>
import { ModelStl } from 'vue-3d-model';
</script>