This commit is contained in:
Viet An
2026-06-25 17:25:42 +07:00
parent 31ac60a282
commit f759ca49d5
13 changed files with 669 additions and 1458 deletions

View File

@@ -1,6 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
ssr: false,
css: ["./my-bulma-project.css", "./app/assets/styles/main.scss"],
future: {
compatibilityVersion: 4,
@@ -8,7 +9,6 @@ export default defineNuxtConfig({
app: {
head: {
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],
script: [{ src: "/js/html2pdf.bundle.min.js" }, { src: "/js/html2canvas.min.js" }],
htmlAttrs: {
lang: "vi",
class: "theme-light has-background-blue-100",
@@ -42,6 +42,7 @@ export default defineNuxtConfig({
"highcharts-vue", // CJS
"highcharts/modules/export-data", // CJS
"highcharts/modules/exporting", // CJS
"html5-qrcode",
"jsbarcode", // CJS
"xlsx",
],