123456789101112131415161718 |
- <script setup lang="ts">
- </script>
- <template>
- <div class="home">
- <h1>This is home page</h1>
- 你好你好
- <nut-button type="primary">Primary</nut-button>
- <nut-button type="info">Info</nut-button>
- <nut-button type="default">Default</nut-button>
- <nut-button type="danger">Danger</nut-button>
- <nut-button type="warning">Warning</nut-button>
- <nut-button type="success">Success</nut-button>
- </div>
- </template>
- <style></style>
|