摘要: vue.config.js : npm install style-resources-loader module.exports = { //站点标题 chainWebpack: (config) => { config.plugin("html").tap((args) => { args[0] 阅读全文
posted @ 2022-07-05 09:29 deajax 阅读(342) 评论(0) 推荐(0) 编辑
摘要: <script> import { onBeforeMount, onBeforeUnmount } from "vue"; export default { setup() { onBeforeMount(() => { document.body.setAttribute("style", "b 阅读全文
posted @ 2022-07-05 09:27 deajax 阅读(689) 评论(0) 推荐(0) 编辑