vue-plugin icon indicating copy to clipboard operation
vue-plugin copied to clipboard

TS1444: 'Plugin' is a type

Open xyverification opened this issue 2 years ago • 0 comments

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.

xyverification avatar Dec 03 '22 13:12 xyverification