fix(tinymce): fixed multiple editors showing only one (#83)

This commit is contained in:
vben
2020-11-09 22:51:27 +08:00
parent bc6214cdf3
commit 1093ec3e6e
3 changed files with 15 additions and 8 deletions

View File

@@ -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')