提交 9dd9780b authored 作者: xmn's avatar xmn

修改文件名称

上级 401eca8b
......@@ -6,8 +6,8 @@
</template>
<script>
import playLeft from './left.vue'
import playRight from './right.vue'
import playLeft from './playLeft.vue'
import playRight from './playRight.vue'
export default {
components: { playLeft, playRight }
}
......
......@@ -2,11 +2,6 @@
<h1><a class="play-back" href="/courses/6437296339083591680/6437333685153824768/cont">&lt;</a>Sofia-战略管理</h1>
</template>
<script>
export default {
name: 'playHeader'
}
</script>
<style lang="scss" scoped>
h1 {
margin: 0;
......
......@@ -5,8 +5,8 @@
</div>
</template>
<script>
import playHeader from './header.vue'
import playContent from './content.vue'
import playHeader from './playHeader.vue'
import playContent from './playContent.vue'
export default {
components: { playHeader, playContent }
}
......
......@@ -42,11 +42,7 @@
</div>
</div>
</template>
<script>
export default {
name: 'playRight'
}
</script>
<style lang="scss" scoped>
.right-content {
position: absolute;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论