mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-06 01:09:48 +08:00
update
This commit is contained in:
parent
cf183fc34b
commit
268c864683
@ -55,7 +55,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
chainWebpack(config) {
|
chainWebpack(config) {
|
||||||
const cdn = {
|
const cdn = {
|
||||||
js: ['https://cdn.jsdelivr.net/npm/tinymce@4.7.5/tinymce.min.js']
|
// inject tinymce into index.html
|
||||||
|
// why use this cdn, detail see https://github.com/PanJiaChen/tinymce-all-in-one
|
||||||
|
js: ['https://cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.2/tinymce.min.js']
|
||||||
}
|
}
|
||||||
config.plugin('html')
|
config.plugin('html')
|
||||||
.tap(args => {
|
.tap(args => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user