优化控制台debuger位置错误问题

master
RuoYi 1 year ago
parent 2e1bd34d58
commit 64014ba81a
  1. 2
      package.json
  2. 4
      vite/plugins/setup-extend.js

@ -39,6 +39,6 @@
"vite": "3.2.3",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "0.4.0"
"unplugin-vue-setup-extend-plus": "0.4.9"
}
}

@ -1,5 +1,5 @@
import setupExtend from 'vite-plugin-vue-setup-extend'
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
export default function createSetupExtend() {
return setupExtend()
return setupExtend({})
}

Loading…
Cancel
Save