vditor无法渲染出现

配置cdn属性为"vditor"

vditor = new Vditor("vditor", {
  cdn: "vditor",
  width: '100%',
  height: 'calc(100% - 30px)',
  after: () => {
    console.log('Vditor after')
    vditor.setValue("`Vditor` 最小代码示例");
    setVd(vditor);
  }
});

同时将node_module中的包复制到public
在这里插入图片描述