Browse Source

细节优化

ming 2 years ago
parent
commit
b556d466aa
1 changed files with 2 additions and 4 deletions
  1. 2 4
      components/fs-readmore/fs-readmore.vue

+ 2 - 4
components/fs-readmore/fs-readmore.vue

@@ -22,10 +22,8 @@
  * @property {String} bgColor 背景色
  * @property {String} color 文本颜色
  */
-export default {
-	name: 'fs-readmore'
-}
-export default {
+export default {
+	name: 'fs-readmore',
 	props: {
 		// 限定多高时展示更多按钮
 		maxHeight: {