8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
export default definePageConfig({
|
|
renderer: 'skyline',
|
|
componentFramework: 'glass-easel',
|
|
disableScroll: true,
|
|
navigationStyle: 'custom',
|
|
navigationBarTextStyle: 'black'
|
|
})
|