import { ref,reactive,onMounted } from 'vue'
export function aboutMe() {
const name = 'YuYinWS'
const tecStack = ref(['Vue','TypeScript','Vite','Git','Node'])
const social = reactive({
Github: 'https://github.com/yuyinws',
Steam: 'https://steamcommunity.com/id/yuyinws',
Twitter: 'https://twitter.com/yuyinws',
Keylol: 'https://keylol.com/suid-518292',
V2ex: 'https://www.v2ex.com/member/lyc575757',
})
const hobbies = ref(['Coding','Movie','Music'])
onMounted(() => {
console.log('Hello World!')
})
return {
name,
tecStack,
social,
hobbies
}
}
import { ref,reactive,onMounted } from 'vue'
export function aboutMe() {
const name = 'YuYinWS'
const tecStack = ref(['Vue','TypeScript','Vite','Git','Node'])
const social = reactive({
Github: 'https://github.com/yuyinws',
Steam: 'https://steamcommunity.com/id/yuyinws',
Twitter: 'https://twitter.com/yuyinws',
Keylol: 'https://keylol.com/suid-518292',
V2ex: 'https://www.v2ex.com/member/lyc575757',
})
const hobbies = ref(['Coding','Movie','Music'])
onMounted(() => {
console.log('Hello World!')
})
return {
name,
tecStack,
social,
hobbies
}
}
Find Me On: