highlightjs / vue-plugin

Highlight.js Vue Plugin
BSD 3-Clause "New" or "Revised" License
201 stars 27 forks source link

TS1444: 'Plugin' is a type #39

Open xyverification opened 1 year ago

xyverification commented 1 year ago

scr/vue.js

    1: import { ref, h, computed, defineComponent, Plugin, watch } from 'vue'

The first line in this file to import the type 'plugin' should be marked with 'type'. Currently, when packaging with TS, an error is printed in the console and the packaging process is interrupted.