diff --git a/.env b/.env deleted file mode 100644 index 1166e113..00000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -G3WCLIENT_LIBRARIES='/home/volterra79/PROGETTI/g3w-client/dist/client/js' diff --git a/components/ToolsOfTool.vue b/components/ToolsOfTool.vue index dcc222d9..3f89ff9a 100644 --- a/components/ToolsOfTool.vue +++ b/components/ToolsOfTool.vue @@ -3,13 +3,10 @@ @@ -19,14 +16,29 @@ import MeasureComponent from './ToolsOfToolMeasure.vue'; export default { + name: 'Toolsoftool', + props: ['tools'], + components: { - snap: SnapComponent, + snap: SnapComponent, measure: MeasureComponent }, + data: function() { return {} - } + }, + }; + + diff --git a/components/ToolsOfToolSnap.vue b/components/ToolsOfToolSnap.vue index afba7f8c..76a22e7a 100644 --- a/components/ToolsOfToolSnap.vue +++ b/components/ToolsOfToolSnap.vue @@ -3,144 +3,229 @@