chore: 更新低代码引擎版本号
This commit is contained in:
@@ -15,17 +15,17 @@
|
||||
"typecheck": "vue-tsc --noEmit --skipLibCheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vtj/core": "^0.10.12",
|
||||
"@vtj/designer": "0.10.12",
|
||||
"@vtj/icons": "0.10.12",
|
||||
"@vtj/local": "^0.10.12",
|
||||
"@vtj/materials": "^0.10.12",
|
||||
"@vtj/core": "^0.10.13",
|
||||
"@vtj/designer": "0.10.13",
|
||||
"@vtj/icons": "0.10.13",
|
||||
"@vtj/local": "^0.10.13",
|
||||
"@vtj/materials": "^0.10.13",
|
||||
"@vtj/node": "0.10.2",
|
||||
"@vtj/pro": "^0.10.12",
|
||||
"@vtj/renderer": "^0.10.12",
|
||||
"@vtj/ui": "^0.10.12",
|
||||
"@vtj/utils": "0.10.12",
|
||||
"@vtj/web": "^0.10.12",
|
||||
"@vtj/pro": "^0.10.13",
|
||||
"@vtj/renderer": "^0.10.13",
|
||||
"@vtj/ui": "^0.10.13",
|
||||
"@vtj/utils": "0.10.13",
|
||||
"@vtj/web": "^0.10.13",
|
||||
"axios": "^1.8.1",
|
||||
"element-plus": "^2.9.4",
|
||||
"licia-es": "^1.46.0",
|
||||
|
||||
@@ -35,6 +35,7 @@ export default defineConfig(({ mode }) => {
|
||||
return {
|
||||
...config,
|
||||
server: {
|
||||
cors: true,
|
||||
https: true,
|
||||
port: isDev ? Number(env.VITE_PORT) : undefined,
|
||||
host: true
|
||||
|
||||
Reference in New Issue
Block a user