File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1- export const MOUNT_ELEMENT_ID = 'app'
21export const MOUNT_COMPONENT_REF = 'VTU_COMPONENT'
32export const MOUNT_PARENT_NAME = 'VTU_ROOT'
Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ import { processSlot } from './utils/compileSlots'
3232import { createWrapper , VueWrapper } from './vueWrapper'
3333import { attachEmitListener } from './emitMixin'
3434import { createDataMixin } from './dataMixin'
35- import {
36- MOUNT_COMPONENT_REF ,
37- MOUNT_ELEMENT_ID ,
38- MOUNT_PARENT_NAME
39- } from './constants'
35+ import { MOUNT_COMPONENT_REF , MOUNT_PARENT_NAME } from './constants'
4036import { stubComponents } from './stubs'
4137
4238// NOTE this should come from `vue`
@@ -241,7 +237,6 @@ export function mount(
241237 : { ...originalComponent }
242238
243239 const el = document . createElement ( 'div' )
244- el . id = MOUNT_ELEMENT_ID
245240
246241 if ( options ?. attachTo ) {
247242 let to : Element | null
You can’t perform that action at this time.
0 commit comments