DsetDynaCol.vue 365 B

123456789101112131415161718192021222324252627282930
  1. <template>
  2. <div> dynacol </div>
  3. </template>
  4. <script>
  5. import { baseUrl, ajax } from "@/common/biConfig";
  6. import $ from "jquery"
  7. export default {
  8. name: 'dynaCol',
  9. data() {
  10. return {
  11. }
  12. },
  13. components: {
  14. },
  15. mounted() {
  16. },
  17. computed: {},
  18. methods: {
  19. }
  20. };
  21. </script>
  22. <style lang="less" scoped>
  23. @import "../../style/mixin";
  24. </style>