画布功能卡片
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
import ColorPalette from './cards/color-palette.vue'
|
||||
import ToVideo from './cards/to-video.vue'
|
||||
import To3DModel from './cards/to-3d-model.vue'
|
||||
import AddPrint from './cards/add-print.vue'
|
||||
import ToCAD from './cards/to-cad.vue'
|
||||
|
||||
import EditMaterial from './cards/edit-material.vue'
|
||||
const components = [
|
||||
{
|
||||
@@ -51,10 +54,15 @@
|
||||
title: 'To 3D Model',
|
||||
component: To3DModel
|
||||
},
|
||||
{
|
||||
type: 'to-cad',
|
||||
title: 'To CAD',
|
||||
component: ToCAD
|
||||
},
|
||||
{
|
||||
type: 'add-print',
|
||||
title: 'Add Print',
|
||||
component: SceneComposition
|
||||
component: AddPrint
|
||||
},
|
||||
{
|
||||
type: 'edit-material',
|
||||
|
||||
Reference in New Issue
Block a user