更新
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import Vue from "vue";
|
||||
import ProjectList from "@/components/ProjectList.vue";
|
||||
import ProjectList from "@/components/Home/ProjectList.vue";
|
||||
import manageCategory from "@/components/Home/ManageCategory.vue";
|
||||
import ManageCategory from "@/components/Home/ManageCategory.vue";
|
||||
|
||||
@@ -264,107 +264,6 @@ export default {
|
||||
code: [{required: true, message: "请输入验证码", trigger: "blur"}],
|
||||
},
|
||||
tags:null,
|
||||
// tags:['<i class="el-icon-discover"></i> 综 合',
|
||||
// '<i class="el-ico-alicyuyan"></i> C++',
|
||||
// '<i class="el-ico-aliPython"></i> python',
|
||||
// `<i class="el-ico-alijava"></i> java`,
|
||||
// `<i class="el-ico-alicyuyan"></i> C`,
|
||||
// `<i class="el-ico-alioutline-java-script"></i> javaScript`,
|
||||
// `<i class="el-ico-alicaishichang-"></i> 教 程`,
|
||||
// ],
|
||||
// tags:[
|
||||
// {
|
||||
// index:0,
|
||||
// icon: `<i class="el-icon-discover" style="margin-right: 10px"></i> 综合`,
|
||||
// name:"综合"
|
||||
// },
|
||||
// {
|
||||
// index:1,
|
||||
// icon: `<i class="el-ico-alicyuyan" style="margin-right: 10px"></i> C`,
|
||||
// name:"C"
|
||||
// },
|
||||
// {
|
||||
// index:2,
|
||||
// icon: `<i class="el-ico-aliCyuyan" style="margin-right: 10px"></i> C#`,
|
||||
// name:"C#"
|
||||
// },
|
||||
// {
|
||||
// index:3,
|
||||
// icon: `<i class="el-ico-alicyuyan" style="margin-right: 10px"></i> C++`,
|
||||
// name:"C++"
|
||||
// },
|
||||
// {
|
||||
// index:4,
|
||||
// icon: `<i class="el-ico-alicss3" style="margin-right: 10px"></i> CSS`,
|
||||
// name:"CSS"
|
||||
// },
|
||||
// {
|
||||
// index:5,
|
||||
// icon: `<i class="el-ico-aliGoyuyan" style="margin-right: 10px"></i> Go`,
|
||||
// name:"Go"
|
||||
// },
|
||||
// {
|
||||
// index:6,
|
||||
// icon: `<i class="el-ico-alijava" style="margin-right: 10px"></i> Java`,
|
||||
// name:"Java"
|
||||
// },
|
||||
// {
|
||||
// index:7,
|
||||
// icon: `<i class="el-ico-alioutline-java-script" style="margin-right: 10px"></i> JavaScript`,
|
||||
// name:"JavaScript"
|
||||
// },
|
||||
// {
|
||||
// index:8,
|
||||
// icon: `<i class="el-ico-alikotlin" style="margin-right: 10px"></i> Kotlin`,
|
||||
// name:"Kotlin"
|
||||
// },
|
||||
// {
|
||||
// index:9,
|
||||
// icon: `<i class="el-ico-alicyuyan" style="margin-right: 10px"></i> ObjectiveC`,
|
||||
// name:"Objective-C"
|
||||
// },
|
||||
// {
|
||||
// index:10,
|
||||
// icon: `<i class="el-ico-aliphp" style="margin-right: 10px"></i> PHP`,
|
||||
// name:"PHP"
|
||||
// },
|
||||
// {
|
||||
// index:11,
|
||||
// icon: `<i class="el-ico-aliPython" style="margin-right: 10px"></i> python`,
|
||||
// name:"python"
|
||||
// },
|
||||
// {
|
||||
// index:12,
|
||||
// icon: `<i class="el-ico-aliRubyyuyan" style="margin-right: 10px"></i> Ruby`,
|
||||
// name:"Ruby"
|
||||
// },
|
||||
// {
|
||||
// index:13,
|
||||
// icon: `<i class="el-ico-alirust" style="margin-right: 10px"></i> Rust`,
|
||||
// name:"Rust"
|
||||
// },
|
||||
// {
|
||||
// index:14,
|
||||
// icon: `<i class="el-ico-aliswift" style="margin-right: 10px"></i> Swift`,
|
||||
// name:"Swift"
|
||||
// },
|
||||
// {
|
||||
// index:15,
|
||||
// icon: `<i class="el-icon-s-help" style="margin-right: 10px"></i> Other`,
|
||||
// name:"Other"
|
||||
// },
|
||||
// {
|
||||
// index:16,
|
||||
// icon: `<i class="el-ico-alitushu" style="margin-right: 10px"></i> 开源书籍`,
|
||||
// name:"开源书籍"
|
||||
// },
|
||||
// {
|
||||
// index:17,
|
||||
// icon: `<i class="el-ico-alijiqixuexi___" style="margin-right: 10px"></i> 机器学习`,
|
||||
// name:"机器学习"
|
||||
// },
|
||||
// ],
|
||||
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
@@ -2,7 +2,6 @@
|
||||
<el-card class="box-card">
|
||||
<el-checkbox-group v-model="checkboxGroup" size="medium">
|
||||
<el-checkbox label="备选项1" border></el-checkbox>
|
||||
<el-checkbox label="备选项2" border></el-checkbox>
|
||||
</el-checkbox-group>
|
||||
</el-card>
|
||||
</template>
|
||||
@@ -10,6 +9,9 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "ManageCategory",
|
||||
props: {
|
||||
tags: Object
|
||||
},
|
||||
data(){
|
||||
return{
|
||||
checkboxGroup:[],
|
||||
|
Reference in New Issue
Block a user