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 f6ea153

Browse filesBrowse files
committed
封装 products 的介绍组件
1 parent 6c03e7b commit f6ea153
Copy full SHA for f6ea153

File tree

1 file changed

+21
-0
lines changed
Filter options

1 file changed

+21
-0
lines changed
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<template>
2+
<div>
3+
<h3 class="product-subtitle">{{productSubtitle}}</h3>
4+
<div class="product-text">
5+
<p v-html="productText"></p>
6+
</div>
7+
</div>
8+
</template>
9+
10+
<script>
11+
export default {
12+
props: [
13+
'product-subtitle',
14+
'product-text'
15+
]
16+
}
17+
</script>
18+
19+
<style>
20+
21+
</style>

0 commit comments

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