There are n sharks who grow flowers for Wet Shark. They are all sitting around the table, such that sharks i andi + 1 are neighbours for all i from 1 to n - 1. ...
<template><input v-model="initial" v-on:input="change"></input></template><script>export default {name: "test",data: () => ({initial: "Initial Value"})......