diff --git a/package.json b/package.json index 89da4c4..9cf0ad3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "core-js": "^3.6.5", - "topology-vue": "^0.5.22", + "topology-vue": "^0.5.24", "vue": "^2.6.11", "vue-router": "^3.2.0" }, diff --git a/src/views/data.js b/src/views/data.js index 4767644..eb1f91d 100644 --- a/src/views/data.js +++ b/src/views/data.js @@ -66,7 +66,7 @@ export const defalutMaterials = [ show: true, list: [ { - name: 'rectangle', + name: 'square', icon: 't-icon t-rect', id: 1, data: { @@ -79,7 +79,7 @@ export const defalutMaterials = [ paddingRight: 10, paddingTop: 10, paddingBottom: 10, - name: 'rectangle', + name: 'square', icon: '\ue64d', iconFamily: 'topology', iconColor: '#2f54eb' diff --git a/yarn.lock b/yarn.lock index 07f0412..68e10d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7862,10 +7862,10 @@ toidentifier@1.0.0: resolved "https://registry.npm.taobao.org/toidentifier/download/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM= -topology-vue@^0.5.22: - version "0.5.22" - resolved "https://registry.nlark.com/topology-vue/download/topology-vue-0.5.22.tgz?cache=0&sync_timestamp=1624247533188&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftopology-vue%2Fdownload%2Ftopology-vue-0.5.22.tgz#37d5b31bcd1e4e3fd348c460eb086efd3b68710e" - integrity sha1-N9WzG80eTj/TSMRg6whu/TtocQ4= +topology-vue@^0.5.24: + version "0.5.24" + resolved "https://registry.nlark.com/topology-vue/download/topology-vue-0.5.24.tgz?cache=0&sync_timestamp=1625813959501&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftopology-vue%2Fdownload%2Ftopology-vue-0.5.24.tgz#f982f2b6e39d2e4f64a300d728d20d12023ab210" + integrity sha1-+YLytuOdLk9kowDXKNINEgI6shA= toposort@^1.0.0: version "1.0.7"