types: simplify options types
This commit is contained in:
@@ -7,7 +7,7 @@ describe('2.x compat build', async () => {
|
||||
const root = document.createElement('div')
|
||||
document.body.appendChild(root)
|
||||
|
||||
const instance = new Vue<any>({
|
||||
const instance = new Vue({
|
||||
data() {
|
||||
return { count: 0 }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user