naive-ui/packages/locale/enUS.js

7 lines
101 B
JavaScript
Raw Normal View History

2019-12-23 16:31:26 +08:00
export default {
NPopconfirmPanel: {
positiveText: 'Confirm',
negativeText: 'Cancel'
}
2019-12-23 21:40:45 +08:00
}