mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-11 21:06:56 +08:00
11 lines
210 B
TypeScript
11 lines
210 B
TypeScript
export default [
|
|
{
|
|
path: '/question-display',
|
|
name: 'question-display',
|
|
component: () => import('@/views/single/QuestionDisplay.vue'),
|
|
meta: {
|
|
title: '棉花糖展示页',
|
|
},
|
|
},
|
|
]
|