new Vue({
el: '#app',
data: {
set: {
input: window.location.href,
output: '',
},
created() {
mounted() {
methods: {
})