修改项目地址

Former-commit-id: 8447e372bec3bd6af1e124b3558d0258f014d2ba [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8] [formerly 8447e372bec3bd6af1e124b3558d0258f014d2ba [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8] [formerly 8447e372bec3bd6af1e124b3558d0258f014d2ba [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8] [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8 [formerly 2b4fc6aec9ea0da9bc56adb772253820139d662e [formerly c74727afce0e1975d441812309833a322edc9789]]]]]
Former-commit-id: 645ec9f3cb942f2970b79ca64164896d01912833
Former-commit-id: 05b92038cb4704bb3e3c6863c62104a6faae2ae7
Former-commit-id: 2acf08ea411898c5e7141ec646fbde7eda688915 [formerly 1ea613d45073ea75d0f377993d528802c5448310]
Former-commit-id: 257442224c45ce171ab3a45554df2f1ef2fb1f07
Former-commit-id: b5aacf2039b237ceb0579d181ba564cf1748f975
Former-commit-id: f0d4e84fa5104d76ecc4958858afc3f39da23f1e
Former-commit-id: 8e4bdae5b04224017195be700a0dd4898df84572
Former-commit-id: 3b51b1c9ccc45d6d1885e4ca857c6bb2c5cbafcb
This commit is contained in:
liyang
2018-07-05 19:57:46 +08:00
parent 4f3c6a88a3
commit 14547a1ee2
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ export default {
link: {
type: String,
required: false,
default: 'https://github.com/FairyEver'
default: 'https://github.com/d2-projects'
}
}
}

View File

@@ -20,4 +20,4 @@ alert('Hello World')
> 链接: https://pan.baidu.com/s/1ggFW21l 密码: 877y
[https://github.com/FairyEver](https://github.com/FairyEver)
[https://github.com/d2-projects](https://github.com/d2-projects)

View File

@@ -60,7 +60,7 @@ export default [
tel: '123-4567-8910',
city: 'beijing',
mail: '1711467488liyang@gmail.com',
github: 'https://github.com/FairyEver',
github: 'https://github.com/d2-projects',
blog: 'http://www.fairyever.com/',
creatDate: '2018-1-1',
updateDate: '2018-1-2',

View File

@@ -1,7 +1,7 @@
export default {
install (Vue, options) {
// 打开一个url
Vue.prototype.$open = (url = 'https://github.com/FairyEver') => {
Vue.prototype.$open = (url = 'https://github.com/d2-projects') => {
window.open(url)
}
}