If you're using vite, this config should work:
export default defineConfig({ plugins: [ vue({ template: { compilerOptions: { comments: false, } } }) ] })