diff --git a/babel.config.js b/babel.config.js index 7be2608ad8a2aad4dccd7e1275caab4866446270..1d6dfcffefb73bca3497a5f153cbf694502a749c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -9,11 +9,11 @@ module.exports = { ] ], // if your use import on Demand, Use this code - plugins: [ - [ 'import', { - 'libraryName': 'ant-design-vue', - 'libraryDirectory': 'es', - 'style': true // `style: true` 会加载 less 文件 - } ] - ] + // plugins: [ + // [ 'import', { + // 'libraryName': 'ant-design-vue', + // 'libraryDirectory': 'es', + // 'style': true // `style: true` 会加载 less 文件 + // } ] + // ] } diff --git a/public/index.html b/public/index.html index 4e53beee9bcb4acd1d99abe7197340ea25c32301..1848622e32271a72af5297c58a7f24517997897b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,11 @@ RUOYI ANT + + + + + diff --git a/src/App.vue b/src/App.vue index 77ceca80eb5d860fcb9097d6221e9633524b9beb..17887af26b77cbbdae981a5c3cfabbf02e4e4702 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,9 +7,12 @@