|
@@ -188,6 +188,9 @@
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
const _ = require('lodash')
|
|
const _ = require('lodash')
|
|
|
|
+import Vue from 'vue'
|
|
|
|
+import VueClipboard from 'vue-clipboard2'
|
|
|
|
+Vue.use(VueClipboard)
|
|
import {
|
|
import {
|
|
projectList,
|
|
projectList,
|
|
projectUpdate,
|
|
projectUpdate,
|
|
@@ -399,6 +402,9 @@ export default {
|
|
}
|
|
}
|
|
.main-header {
|
|
.main-header {
|
|
@include main-header;
|
|
@include main-header;
|
|
|
|
+ .title-name {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.main-header::after {
|
|
.main-header::after {
|
|
@include main-header-after;
|
|
@include main-header-after;
|