123456789101112131415161718192021222324252627282930 |
- <template>
- <div> dynacol </div>
- </template>
- <script>
- import { baseUrl, ajax } from "@/common/biConfig";
- import $ from "jquery"
- export default {
- name: 'dynaCol',
- data() {
- return {
- }
- },
- components: {
-
- },
- mounted() {
-
- },
- computed: {},
- methods: {
-
- }
- };
- </script>
- <style lang="less" scoped>
- @import "../../style/mixin";
- </style>
|