Using the Vue examples GuessRomanNumeral and MadLib, create a simple Tip Calculator Page. It
should take in the amount of the bill (number input) and the tip percentage (select) and calculate
the tip and total (amount+tip). It should use the Vue library. Fill the drop-down select options
dynamically from an array initialized in your Vue object.