feat: Initial devtools support (#1125)

This commit is contained in:
Guillaume Chau
2020-07-17 00:18:52 +02:00
committed by GitHub
parent 5ed73cd874
commit 568b6db12b
15 changed files with 132 additions and 17 deletions

View File

@@ -1,8 +1,10 @@
// This entry exports the runtime only, and is built as
// `dist/vue.esm-bundler.js` which is used by default for bundlers.
import './devCheck'
import { initDev } from './dev'
import { warn } from '@vue/runtime-dom'
__DEV__ && initDev()
export * from '@vue/runtime-dom'
export const compile = () => {