This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
Fix: Fix name error for Home.vue
pull/169/head
winkidney
5 年之前
committed by
Isaac Bythewood
父節點
133cd93d94
當前提交
dfe6e46dcc
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry-spa/src/views/Home.vue
+ 1
- 1
pinry-spa/src/views/Home.vue
查看文件
@@ -10,7 +10,7 @@ import PHeader from '../components/PHeader.vue';
import Pins from '../components/Pins.vue';
export default {
name: '
p-header
',
name: '
Home
',
components: {
PHeader,
Pins,
Write
Preview
Loading…
取消
儲存