简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
第一种:同页面跳转window.location.href = redict_url第二种:新页面跳转window.open(redict_url, '_blank')
<template><div class=""><select @change="getEventType($event)"><optionv-for="option in list":key="option.value":id="option.value":name="option.name"></option>
Vue 页面动态添加标签demo<template><div class=""><button @click="createNode">增加条件</button><div v-for="(v, i) in addRankData" v-bind:key="i">{{ v }}<selectclass="add-style"v-m
<template><div class="left-bar"> </div><div class="right-bar"> </div></template><style lang='postcss'>.left-bar {float: left;width: 20%;height: 100%;position: