<template> <table> <tr :is="currentView"></tr> </table> </template> data() { return { currentView: "i", }; }
结果: