| | |
| | | </Card> |
| | | </PageWrapper> |
| | | </template> |
| | | <script lang="ts"> |
| | | import { defineComponent } from 'vue'; |
| | | <script lang="ts" setup> |
| | | import { Card } from 'ant-design-vue'; |
| | | import { CountTo } from '/@/components/CountTo/index'; |
| | | import { PageWrapper } from '/@/components/Page'; |
| | | import { CountTo } from '@/components/CountTo'; |
| | | import { PageWrapper } from '@/components/Page'; |
| | | |
| | | export default defineComponent({ |
| | | components: { |
| | | Card, |
| | | CardGrid: Card.Grid, |
| | | CountTo, |
| | | PageWrapper, |
| | | }, |
| | | }); |
| | | const CardGrid = Card.Grid; |
| | | </script> |
| | | <style lang="less" scoped> |
| | | .count-to-demo { |