Skip to content

Commit 4ba696a

Browse files
author
Sergei Koshel
committed
#1526: Fixed missing import of the Cheerio type
1 parent 66c5038 commit 4ba696a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server-test-utils/types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Vue, { VNodeData, ComponentOptions, FunctionalComponentOptions, Component } from 'vue'
22
import { DefaultProps, PropsDefinition } from 'vue/types/options'
3+
import Cheerio from 'cheerio'
34

45
/**
56
* Utility type to declare an extended Vue constructor

0 commit comments

Comments
 (0)