Results 3 issues of TNGD-YQ

Let's using example below to explain the question and my concern. I have a SFC file contains of separated type, still in the same file. ```vue demo type Options =...

enhancement
intend to implement

### Reporting a bug? ```ts const messages = { en: { test: "hello", "test.link": "world", }, }; // 2. Create i18n instance with options const i18n = createI18n({ locale: "en",...

Type: Bug
🔨 p3-minor-bug

### Describe the bug Fork a repo using link: https://vite.new/ Add a new vite config file with empty content. image Run npm run build, 1st attempt will generate output. image...