<template>
<div class="my_ip_address_input el-input">
<template v-for="index in indexes" :key="index">
<el-input :id="'my_ip_address_input_'+index" v-model="ipAddress[index]"
@keyup="handleChange(index,$event)"
oninput="value=value.replace(/[^\d]/g,'')"/>
<span v-if