const fs = require('fs'); const path = 'D:\\project\\zhizhu\\components\\PhotoUploadForm.vue'; const content = fs.readFileSync(path, 'utf8'); try { const compiler = require('vue-template-compiler'); // 使用 compile 方法检查模板 const scriptMatch = content.match(/]*>([\s\S]*?)<\/script>/); const templateMatch = content.match(/