chore: remove no longer necessary global Vue

This commit is contained in:
Evan You 2019-10-06 11:39:20 -04:00
parent b7a9c25f14
commit 12b7557e8f

View 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 = {