CSS Animations
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user