Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea1348e

Browse filesBrowse files
committed
封装 products 下载工具组件的封装,暂时不显示,以后可能会考虑 v-show
1 parent 7adcda2 commit ea1348e
Copy full SHA for ea1348e

File tree

1 file changed

+18
-0
lines changed
Filter options

1 file changed

+18
-0
lines changed
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<template>
2+
<div class="buy-button-group row">
3+
<div class="btn-group btn-group-lg btn-group-justified" role="group">
4+
<a class="btn btn-default" role="button" href="">PDF 格式</a>
5+
<a class="btn btn-default" role="button" href="">mobi 格式</a>
6+
<a class="btn btn-default" role="button" href="">epub 格式</a>
7+
<a class="btn btn-default" role="button" href="">打包下载</a>
8+
</div>
9+
</div>
10+
</template>
11+
12+
<script>
13+
14+
</script>
15+
16+
<style>
17+
18+
</style>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.