农经大屏
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

19 行
300 B

  1. import Pannel from '@/components/pannel/index.vue';
  2. import BarSpecial from '@/components/charts/bar-special/index.vue';
  3. export default {
  4. components: {
  5. BarSpecial,
  6. Pannel
  7. },
  8. data () {
  9. return {
  10. };
  11. },
  12. created () {
  13. },
  14. mounted () {
  15. },
  16. methods: {
  17. }
  18. };