ソースを参照

:recycle: look at the path

tags/0.9.0
J 4年前
コミット
1084a3ac44
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      vue-theme/src/pages/list.vue

+ 2
- 0
vue-theme/src/pages/list.vue ファイルの表示

@@ -161,6 +161,8 @@ export default {
161 161
             // eg. list page -> list page
162 162
             const path = to.fullPath.split('/').filter(p => p)
163 163
             console.log('to:', path)
164
+            console.log('?:', path.pop())
165
+            console.log('?:', path.pop())
164 166
 
165 167
             // Always reset the page count
166 168
             this.page = 1

読み込み中…
キャンセル
保存