mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-07 20:53:25 +08:00
10 lines
160 B
JavaScript
10 lines
160 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
],
|
|
plugins: [['import', {
|
|
'libraryName': 'view-design',
|
|
'libraryDirectory': 'src/components'
|
|
}]]
|
|
}
|