This commit is contained in:
@@ -143,8 +143,8 @@ import { getStaticDeviceInfo, getDeviceCssClasses, applyMobileSafariOptimization
|
|||||||
// Static device detection - no reactive dependencies
|
// Static device detection - no reactive dependencies
|
||||||
const deviceInfo = getStaticDeviceInfo();
|
const deviceInfo = getStaticDeviceInfo();
|
||||||
|
|
||||||
// Static container classes - compute once to prevent re-renders
|
// Static container classes - must be reactive for template
|
||||||
let containerClasses = getDeviceCssClasses('verification-page');
|
const containerClasses = ref(getDeviceCssClasses('verification-page'));
|
||||||
|
|
||||||
// Set page title with mobile viewport optimization
|
// Set page title with mobile viewport optimization
|
||||||
useHead({
|
useHead({
|
||||||
|
|||||||
Reference in New Issue
Block a user