Тестовое задание про оптимальный розлив варенья по банкам
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
177B

  1. <template>
  2. <div>
  3. Result
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. setup () {
  9. return {}
  10. }
  11. }
  12. </script>
  13. <style lang="scss" scoped>
  14. </style>