@sigmaott/base-next 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/nuxt.config.ts +0 -4
  2. package/package.json +1 -1
package/nuxt.config.ts CHANGED
@@ -130,14 +130,10 @@ export default defineNuxtConfig({
130
130
  },
131
131
  ],
132
132
  },
133
- elementPlus: {
134
- importStyle: false,
135
- },
136
133
  vite: {
137
134
  css: {
138
135
  preprocessorOptions: {
139
136
  scss: {
140
-
141
137
  additionalData: `@use "${resolve('./src/assets/scss/element/index.scss')}" as element;`,
142
138
  },
143
139
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.4",
4
+ "version": "1.4.5",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },