Skip to content

Commit 12b7557

Browse files
committed
chore: remove no longer necessary global Vue
1 parent b7a9c25 commit 12b7557

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/vue/__tests__/index.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import * as Vue from '../src'
21
import { createApp } from '../src'
32

4-
;(window as any).Vue = Vue
5-
63
it('should support on-the-fly template compilation', () => {
74
const container = document.createElement('div')
85
const App = {

0 commit comments

Comments
 (0)