diff --git a/package.json b/package.json index 4354f89..8f631d1 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "sortablejs": "1.8.4", "vue": "^2.6.14", "vue-amap": "^0.5.10", + "vue-clipboard2": "^0.3.3", "vue-count-to": "^1.0.13", "vue-cropper": "0.4.9", "vue-echarts": "^5.0.0-beta.0", diff --git a/src/App.vue b/src/App.vue index 8f6cd69..0f16cfa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,6 +11,25 @@ export default { diff --git a/src/views/register/components/addActivationCode.vue b/src/views/register/components/addActivationCode.vue new file mode 100644 index 0000000..8af0722 --- /dev/null +++ b/src/views/register/components/addActivationCode.vue @@ -0,0 +1,80 @@ + + + \ No newline at end of file diff --git a/src/views/register/index.vue b/src/views/register/index.vue index 653c198..0bb91ec 100644 --- a/src/views/register/index.vue +++ b/src/views/register/index.vue @@ -1,146 +1,160 @@