d4vv
d4vv
NNuxt
Created by d4vv on 5/20/2025 in #❓・help
[Vue warn]: Component <Anonymous> is missing template or render function.
@kapa.ai Here is my spline-viewer.client.ts file output: export default defineNuxtPlugin(() => { if (process.client) { const script = document.createElement('script'); script.src = 'https://unpkg.com/@splinetool/viewer/build/spline-viewer.js'; script.type = 'module'; document.body.appendChild(script); } });
10 replies