Browse Source

chore: update config

pull/7/head
yuyang 3 years ago
committed by GitHub
parent
commit
4ac7e093b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      jsx.d.ts

1
jsx.d.ts

@ -1,5 +1,6 @@
import Vue, { VNode } from 'vue';
declare global {
namespace JSX {
type Element = VNode;

Loading…
Cancel
Save