农经大屏
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 216 B

6 달 전
1234567891011121314151617
  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. };