mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 13:03:50 +08:00
fix(tinymce): fixed multiple editors showing only one (#83)
This commit is contained in:
@@ -34,7 +34,6 @@ const dynamicImportTransform = function (env: any = {}): Transform {
|
||||
export default function (id) {
|
||||
switch (id) {
|
||||
${files
|
||||
|
||||
.map((p) =>
|
||||
` case '${getPath(p)}': return () => import('${p
|
||||
.replace('src/views', '/@/views')
|
||||
|
Reference in New Issue
Block a user