demo1.js 157 B

1234567891011121314
  1. const config1 = {
  2. number: [100],
  3. content: '{nt}个'
  4. }
  5. const config2 = {
  6. number: [999],
  7. content: '{nt}个'
  8. }
  9. export default [
  10. config1,
  11. config2
  12. ]