refactor: rename packages

This commit is contained in:
Evan You
2018-10-26 15:44:50 -04:00
parent f142c322e0
commit e05673f4d3
81 changed files with 91 additions and 91 deletions

View File

@@ -25,6 +25,6 @@
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue#readme",
"dependencies": {
"@vue/renderer-dom": "3.0.0-alpha.1"
"@vue/runtime-dom": "3.0.0-alpha.1"
}
}

View File

@@ -4,7 +4,7 @@ import {
nextTick,
createComponentInstance,
createComponentClassFromOptions
} from '@vue/renderer-dom'
} from '@vue/runtime-dom'
// Note: typing for this is intentionally loose, as it will be using 2.x types.