Open xyverification opened 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.
scr/vue.js
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.