08 2021 档案

摘要:效果 组件代码 <template> <span v-bind="$attrs"> {{ screenNum }} </span> </template> <script> export default { props: { value: Number, animation_time: { type 阅读全文
posted @ 2021-08-20 11:30 会潮 阅读(1084) 评论(0) 推荐(0)
摘要:试过各种博客上的方法不成, 最后把本机环境的nodejs版本由v16降低到了v14,再用cnpm才安装成功 阅读全文
posted @ 2021-08-05 18:12 会潮 阅读(1294) 评论(3) 推荐(0)