Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 41463d1

Browse files
authored
fix(template): nodemismatch error in ios safari (#770)
1 parent 85e27e0 commit 41463d1

File tree

3 files changed

+102
-51
lines changed

3 files changed

+102
-51
lines changed

packages/cna-template/template/nuxt/nuxt.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
meta: [
2525
{ charset: 'utf-8' },
2626
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
27-
{ hid: 'description', name: 'description', content: '' }
27+
{ hid: 'description', name: 'description', content: '' },
28+
{ name: 'format-detection', content: 'telephone=no' }
2829
],
2930
link: [
3031
<%_ if (ui === 'framevuerk') { _%>

0 commit comments

Comments
 (0)