提交 34aae1e0 authored 作者: lhh's avatar lhh

update

上级 4b559a1a
......@@ -6,7 +6,7 @@
<div class="row">
<div class="col" v-for="item in list" :key="item.title">
<div class="title">
<h2>{{ item.title }}</h2>
<h2 v-html="item.title"></h2>
<p>{{ item.desc }}</p>
</div>
<ul>
......@@ -60,7 +60,7 @@ export default {
return {
list: [
{
title: '院校',
title: '院&nbsp校',
desc: '数字人才核心能力培养解决方案',
children: [
{
......@@ -103,7 +103,7 @@ export default {
]
},
{
title: '政府',
title: '政&nbsp;府',
desc: '数字技能公共实训基地',
children: [
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论