]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove no longer necessary global Vue
authorEvan You <yyx990803@gmail.com>
Sun, 6 Oct 2019 15:39:20 +0000 (11:39 -0400)
committerEvan You <yyx990803@gmail.com>
Sun, 6 Oct 2019 15:39:20 +0000 (11:39 -0400)
packages/vue/__tests__/index.spec.ts

index 85b27cf18dc312d5b87619ac035be088dc17b8fc..eea111ed049ed7f73a80c162350e966ac5d1aa05 100644 (file)
@@ -1,8 +1,5 @@
-import * as Vue from '../src'
 import { createApp } from '../src'
 
-;(window as any).Vue = Vue
-
 it('should support on-the-fly template compilation', () => {
   const container = document.createElement('div')
   const App = {