农经大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. import Pannel from '@/components/pannel/index.vue';
  2. import Block from '@/components/block/index.vue';
  3. import data from './data.js';
  4. export default {
  5. components: {
  6. Block,
  7. Pannel
  8. },
  9. data () {
  10. return {
  11. data
  12. };
  13. }
  14. };