CSS Animations

This commit is contained in:
Surya Paolo
2022-11-18 18:54:30 +01:00
parent 495abc33be
commit a56ee80fbb
30 changed files with 1131 additions and 251 deletions

View File

@@ -16,6 +16,7 @@ export default defineComponent({
setup() {
const mysite = ref(null)
const tab = ref('server')
const globalStore = useGlobalStore()
@@ -28,6 +29,7 @@ export default defineComponent({
return {
mysite,
costanti,
tab,
}
}
})