diff --git a/index.ts b/index.ts index d4f719206d80aa..5462fbfa327b0b 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -import { TemplateCompileOptions } from '@vue/component-compiler-utils/lib/compileTemplate' +import { TemplateCompileOptions } from '@vue/component-compiler-utils' import { normalizeComponentCode } from './utils/componentNormalizer' import { vueHotReloadCode } from './utils/vueHotReload' import fs from 'fs'