data.vue 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <template>
  2. <basic-container>
  3. <h3>数据展示</h3>
  4. <avue-data-pay :option="option"></avue-data-pay>
  5. </basic-container>
  6. </template>
  7. <script>
  8. export default {
  9. data() {
  10. return {
  11. option: {
  12. span: 8,
  13. data: [
  14. {
  15. title: "后台模版",
  16. src: "/img/bg/vip1.png",
  17. money: "299",
  18. dismoney: "199",
  19. tip: "/永久",
  20. color: "#808695",
  21. subtext: "购买",
  22. click: () => {
  23. this.box = true;
  24. },
  25. list: [
  26. {
  27. title: "点击体验",
  28. href: "https://cli1.avue.top",
  29. check: true
  30. },
  31. {
  32. title: "面向全屏幕尺寸的响应式适配能力",
  33. check: true
  34. },
  35. {
  36. title: "支持IE9+等系列浏览器",
  37. check: true
  38. },
  39. {
  40. title: "全新的前端错误日志监控机制",
  41. check: true
  42. },
  43. {
  44. title: "基于最新的avuex底层开发",
  45. check: true
  46. },
  47. {
  48. title: "前端路由动态服务端加载",
  49. check: true
  50. },
  51. {
  52. title: "灵活的多款主题自由配置",
  53. check: true
  54. },
  55. {
  56. title: "模块的可拆卸化,达到开箱即用",
  57. check: true
  58. },
  59. {
  60. title: "免费的私人git私服"
  61. },
  62. {
  63. title: "专属会员群"
  64. },
  65. {
  66. title: "前端最新干货分享"
  67. },
  68. {
  69. title: "赠送 Avue-cli脚手架文档(价值¥59.99)",
  70. href: "https://www.kancloud.cn/smallwei/avue"
  71. },
  72. {
  73. title: "赠送 Avue 修仙系列视频教程",
  74. href: "https://www.bilibili.com/video/av24644922",
  75. check: true
  76. }
  77. ]
  78. },
  79. {
  80. title: "Avuex源码",
  81. src: "/img/bg/vip2.png",
  82. color: "#ffa820",
  83. money: "999",
  84. dismoney: "399",
  85. tip: "/永久",
  86. subtext: "购买",
  87. click: () => {
  88. this.box = true;
  89. },
  90. list: [
  91. {
  92. title: "一键集成表格的导出excel,打印,等功能",
  93. check: true
  94. },
  95. {
  96. title: "底层代码可重用轻松对接多个UI框架",
  97. check: true
  98. },
  99. {
  100. title: "底层更加完善的开发错误调试机制",
  101. check: true
  102. },
  103. {
  104. title: "一套代码多个终端自适应",
  105. check: true
  106. },
  107. {
  108. title: "一键集成表格的导出excel,打印,等常用功能",
  109. check: true
  110. },
  111. {
  112. title: "表格的批量操作,表单的级联操作更加便捷",
  113. check: true
  114. },
  115. {
  116. title: "新增大量常用组件(搜索,选项卡)",
  117. check: true
  118. },
  119. {
  120. title: "新增大量全新可配置的骚属性",
  121. check: true
  122. },
  123. {
  124. title: "丰富的数据展示模版组件包",
  125. check: true
  126. },
  127. {
  128. title: "专属的开发者文档,助你快速掌握",
  129. check: true
  130. },
  131. {
  132. title: "赠送 Avue-cli脚手架文档(价值¥59.99)",
  133. href: "https://www.kancloud.cn/smallwei/avue",
  134. check: true
  135. },
  136. {
  137. title: "赠送 Avue 修仙系列视频教程",
  138. href: "https://www.bilibili.com/video/av24644922",
  139. check: true
  140. }
  141. ]
  142. },
  143. {
  144. title: "全家桶",
  145. src: "/img/bg/vip3.png",
  146. color: "#ef4868",
  147. money: "999.99",
  148. dismoney: "399.99",
  149. tip: "/永久",
  150. subtext: "购买",
  151. click: () => {
  152. this.box = true;
  153. },
  154. list: [
  155. {
  156. title: "授权商业化开发,永久更新授权使用",
  157. check: true
  158. },
  159. {
  160. title: "后期更新和新产品将全部免费",
  161. check: true
  162. },
  163. {
  164. title: "拥有avuex系列的全部特权和全部源码",
  165. check: true
  166. },
  167. {
  168. title: "免费的私人git私服",
  169. check: true
  170. },
  171. {
  172. title: "专属会员群",
  173. check: true
  174. },
  175. {
  176. title: "前端最新干货分享",
  177. check: true
  178. },
  179. {
  180. title: "赠送 Avue-cli脚手架文档(价值¥59.99)",
  181. href: "https://www.kancloud.cn/smallwei/avue",
  182. check: true
  183. },
  184. {
  185. title: "赠送 Avue 修仙系列视频教程",
  186. href: "https://www.bilibili.com/video/av24644922",
  187. check: true
  188. }
  189. ]
  190. }
  191. ]
  192. }
  193. };
  194. }
  195. };
  196. </script>
  197. <style>
  198. </style>