Skip to content

Commit db5acf5

Browse files
committed
feat: suggest to commit dts
1 parent 94562d6 commit db5acf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/declaration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export async function generateDeclaration(ctx: Context, root: string, filepath:
5050
})
5151

5252
const code = `// generated by unplugin-vue-components
53-
// read more https://github.com/vuejs/vue-next/pull/3399
53+
// We suggest you to commit this file into source control
54+
// Read more: https://github.com/vuejs/vue-next/pull/3399
5455
5556
declare module 'vue' {
5657
export interface GlobalComponents {

0 commit comments

Comments
 (0)