mirror of https://github.com/vuejs/core.git
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
|
// make sure these ports are unique
|
||
|
export const ports = {
|
||
|
vdomInterop: 8193,
|
||
|
todomvc: 8194,
|
||
|
transition: 8195,
|
||
|
transitionGroup: 8196,
|
||
|
teleport: 8197,
|
||
|
}
|