# LinwitDocEditor 与 Vue3 整合 在 Vue 中,我们通过 `ref` 属性定义 `div` 的 `$refs` 引用,然后再通过 `new LinwitDocEditor` 进行实例化,示例代码如下: ```html ``` 或者使用 `vue` 的 `setup` 语法: ```vue ``` 更多 vue 集成示例请参考:https://gitee.com/aieditor-team/aieditor/tree/main/demos/vue-ts ## SSR 服务端渲染 关于 SSR 参考文档:https://cn.vuejs.org/guide/scaling-up/ssr.html#server-side-rendering-ssr ```vue ```