changes
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user