Skip to content

Commit

Permalink
fix: export model-ply.(#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Jan 3, 2018
1 parent b062198 commit 945930c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Vue from 'vue'
import ModelObj from './model-obj.vue'
import ModelThree from './model-three.vue'
import ModelStl from './model-stl.vue'
import ModelPly from './model-ply.vue'
import ModelCollada from './model-collada.vue'
import ModelGltf from './model-gltf.vue'

Expand All @@ -20,6 +21,7 @@ const components = [
ModelThree,
ModelJson,
ModelStl,
ModelPly,
ModelCollada,
ModelDae,
ModelGltf,
Expand All @@ -41,6 +43,7 @@ export {
ModelThree,
ModelJson,
ModelStl,
ModelPly,
ModelCollada,
ModelDae,
ModelGltf,
Expand Down

0 comments on commit 945930c

Please sign in to comment.