Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dodge committed Sep 4, 2020
1 parent a1ffa74 commit fd02914
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/single/src/entry.esm.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<% if (version === 3) { -%>
<% if (ts && version === 3) { -%>
import { App, defineComponent, Plugin } from 'vue';
<% } else if (ts) { -%>

<% } else if (ts && version === 2) { -%>
import _Vue, { PluginFunction, PluginObject, VueConstructor } from 'vue';

<% } -%>
Expand Down

0 comments on commit fd02914

Please sign in to comment.