mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-13 09:18:03 +08:00
feat: 正式开源vue2客户端
This commit is contained in:
11
Vue2/babel.config.js
Normal file
11
Vue2/babel.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
"env":{
|
||||
"development":{
|
||||
"sourceMaps":true,
|
||||
"retainLines":true,
|
||||
}
|
||||
},
|
||||
presets: [
|
||||
'@vue/app'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user