Loading

摘要: 加载插件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>true</opt 阅读全文
posted @ 2023-11-17 16:36 小小的编程员 阅读(15) 评论(0) 推荐(0) 编辑
摘要: changeOrigin 必须设置成 false const { defineConfig } = require('@vue/cli-service'); module.exports = defineConfig({ transpileDependencies: true, devServer: 阅读全文
posted @ 2023-11-17 14:13 小小的编程员 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 在script 中使用store https://blog.csdn.net/SubStar/article/details/116077737 <script> import { getCurrentInstance } from "vue"; import { useStore } from " 阅读全文
posted @ 2023-11-17 12:05 小小的编程员 阅读(3436) 评论(0) 推荐(0) 编辑
摘要: package.json 文件配置 { "name": "webpage", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service b 阅读全文
posted @ 2023-11-17 10:59 小小的编程员 阅读(61) 评论(0) 推荐(0) 编辑