2020年12月8日
摘要: centos7默认不开启网络,修改配置文件/etc/sysconfig/network-scripts/ifcfg-ens33中的ONBOOT默认值ON为yes 重启网络service network restart 阅读全文
posted @ 2020-12-08 14:50 Allen-0827 阅读(76) 评论(0) 推荐(0) 编辑
2020年9月16日
摘要: 在nuxt.config.ts中配置 import type { NuxtConfig } from '@nuxt/types' const config: NuxtConfig = { components: true, } export default config 阅读全文
posted @ 2020-09-16 10:42 Allen-0827 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 在需要的页面配置 watchQuery: ['page'] 阅读全文
posted @ 2020-09-16 10:37 Allen-0827 阅读(1330) 评论(0) 推荐(0) 编辑
2020年5月13日
摘要: https://blog.csdn.net/ZYC88888/article/details/80249616 阅读全文
posted @ 2020-05-13 15:37 Allen-0827 阅读(66) 评论(0) 推荐(0) 编辑
2020年4月10日
摘要: 1.配置tsconfig.json "sourceMap": true 2.终端->配置任务->tsc: 监视 - tsconfig.json { "type": "typescript", "tsconfig": "tsconfig.json", "option": "watch", "probl 阅读全文
posted @ 2020-04-10 14:00 Allen-0827 阅读(531) 评论(0) 推荐(0) 编辑