feat: 增加d2-crud-plus示例

This commit is contained in:
xiaojunnuo@126.com
2020-08-31 21:22:59 +08:00
parent 5bdf913cd4
commit 8e7d7501a5
26 changed files with 1496 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
import playground from './modules/playground'
import frame from './modules/frame'
import d2Crud from './modules/d2-crud'
import d2CrudPlus from './modules/d2-crud-plus'
import plugins from './modules/plugins'
import charts from './modules/charts'
import components from './modules/components'
@@ -59,6 +60,7 @@ const frameIn = [
playground,
frame,
d2Crud,
d2CrudPlus,
plugins,
charts,
components,