04 2023 档案
摘要:import { performance } from 'node:perf_hooks'^^^^^^ SyntaxError: Cannot use import statement outside a module 要求node版本要大于16 使用nvm 切换node版本 成功运行
阅读全文
摘要:vue3.2 版本开始可以使用语法糖!对于从2.0过来的人我就直接看3.2的语法了 helloworld.vue <!-- setup语法糖 vue3.0的变量需要return出来才可以在template中使用, 写法冗余 vue3.2 在script标签中添加setup解决问题 组件只需要引入,不
阅读全文