在/src/main.js中,用下面的代码清除了控制台的【vue warn】:
const app = createApp(App) app.config.warnHandler = () => null // 清除控制台的vue warn