This commit is contained in:
Viet An
2026-07-02 09:35:59 +07:00
parent 8d620b8bce
commit 1fc8532ed8
3 changed files with 9 additions and 2 deletions

View File

@@ -47,5 +47,12 @@ export default defineNuxtConfig({
"xlsx", "xlsx",
], ],
}, },
css: {
preprocessorOptions: {
scss: {
silenceDeprecations: ["if-function"],
},
},
},
}, },
}); });

2
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"nuxt-qrcode": "^0.4.8", "nuxt-qrcode": "^0.4.8",
"pinia": "^3.0.3", "pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0", "pinia-plugin-persistedstate": "^4.5.0",
"sass": "^1.81.0", "sass": "^1.101.0",
"socket.io-client": "^4.8.3", "socket.io-client": "^4.8.3",
"vnpay": "^2.5.0", "vnpay": "^2.5.0",
"vue": "^3.5.34", "vue": "^3.5.34",

View File

@@ -32,7 +32,7 @@
"nuxt-qrcode": "^0.4.8", "nuxt-qrcode": "^0.4.8",
"pinia": "^3.0.3", "pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0", "pinia-plugin-persistedstate": "^4.5.0",
"sass": "^1.81.0", "sass": "^1.101.0",
"socket.io-client": "^4.8.3", "socket.io-client": "^4.8.3",
"vnpay": "^2.5.0", "vnpay": "^2.5.0",
"vue": "^3.5.34", "vue": "^3.5.34",