JSON Format
<template>
<model-three
src="/static/models/json/scene.json"
/>
</template>
<script setup>
import { ModelThree } from 'vue-3d-model';
</script>
<template>
<model-three
src="/static/models/json/scene.json"
/>
</template>
<script setup>
import { ModelThree } from 'vue-3d-model';
</script>