chore: remove no longer necessary global Vue
This commit is contained in:
parent
b7a9c25f14
commit
12b7557e8f
@ -1,8 +1,5 @@
|
|||||||
import * as Vue from '../src'
|
|
||||||
import { createApp } from '../src'
|
import { createApp } from '../src'
|
||||||
|
|
||||||
;(window as any).Vue = Vue
|
|
||||||
|
|
||||||
it('should support on-the-fly template compilation', () => {
|
it('should support on-the-fly template compilation', () => {
|
||||||
const container = document.createElement('div')
|
const container = document.createElement('div')
|
||||||
const App = {
|
const App = {
|
||||||
|
Loading…
Reference in New Issue
Block a user