农经大屏
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.

18 lines
216 B

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