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
下