vue-plugin
vue-plugin copied to clipboard
TS1444: 'Plugin' is a type
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.