From f5539f069b7e485ab160cdce668f232b19533a1c Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Mon, 17 Jan 2022 18:45:19 +0800
Subject: [PATCH] 日志添加组件

---
 vue.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index e448f53..04b875d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,7 +2,7 @@
 module.exports = {
 	configureWebpack: (config) => {
 		config.module.rules.push({
-			test: /\.md$/,
+			test: /\.(md|htm)$/,
 			use: [{
 				loader: 'text-loader', // 解决ivew组件 忽略前缀i的问题
 				options: {

--
Gitblit v1.9.1