You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using vite+vue3 to build the project and only want to do rem adaptation for mobile, this is my code:
exclude: function (file) {
return file.indexOf('m/') === -1
}
However, after the packaging release, both pc and mobile have made rem adaptation。What am I supposed to do?
The text was updated successfully, but these errors were encountered:
I am currently using vite+vue3 to build the project and only want to do rem adaptation for mobile, this is my code:
exclude: function (file) {
return file.indexOf('m/') === -1
}
However, after the packaging release, both pc and mobile have made rem adaptation。What am I supposed to do?
The text was updated successfully, but these errors were encountered: