公告板
版本库
filestore
活动
搜索
登录
main
/
ai-vue
ai 对话前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
xiangpei
2025-04-18
7feee0463330ee014b0ac1a6f8e31118bb699f12
[ai-vue.git]
/
public
/
tinymce
/
plugins
/
preview
/
index.js
1
2
3
4
5
6
7
// Exports the "preview" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/preview')
// ES2015:
// import 'tinymce/plugins/preview'
require('./plugin.js');