build(custom): 修正提交规范
This commit is contained in:
4
types/vue.d.ts
vendored
4
types/vue.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export {}
|
||||
export {};
|
||||
|
||||
declare module 'vue' {
|
||||
declare module "vue" {
|
||||
export interface GlobalComponents extends JSX.IntrinsicElements {
|
||||
/** Note: Vue 在 runtime 中将 JSX.IntrinsicElements 通过 index signature 重复声明标签
|
||||
* 这会导致插件无法正常跳转类型,可以手动覆盖声明标签活得更好的体验,参考如下:
|
||||
|
||||
Reference in New Issue
Block a user