Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove dts empty line #446

Merged
merged 2 commits into from Jul 6, 2022
Merged

fix: remove dts empty line #446

merged 2 commits into from Jul 6, 2022

Conversation

sxzz
Copy link
Member

@sxzz sxzz commented Jul 5, 2022

remove empty line after GlobalComponents block

import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
  export interface GlobalComponents {
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    TestComp: typeof import('test/component/TestComp')['default']
  }

}

@sxzz sxzz requested a review from antfu as a code owner July 5, 2022 12:06
@antfu antfu merged commit a969bdf into main Jul 6, 2022
@antfu antfu deleted the fix/dts-empty-line branch July 6, 2022 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants