Files
test/src/App.vue
zguiy eca130ebcc
Some checks failed
continuous-integration/drone/push Build is failing
8888
2025-07-05 20:20:11 +08:00

29 lines
418 B
Vue

<template>
<HelloWorld />
</template>
<script setup lang="ts">
import HelloWorld from './components/HelloWorld.vue'
const a="符合法1134353453311333规计划"
</script>
<style scoped>
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue:hover {
filter: drop-shadow(0 0 2em #42b883aa);
}
</style>