Server: finish jtag controller; Web: finish sibebar animation
This commit is contained in:
11
src/components/PopButton.vue
Normal file
11
src/components/PopButton.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<button class="btn transition-transform duration-150 ease-in-out hover:scale-120">
|
||||
Button A
|
||||
</button>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<style scoped lang="postcss">
|
||||
@import "@/assets/main.css";
|
||||
</style>
|
||||
Reference in New Issue
Block a user