<template> <c-label>{{value}}</c-label> </template> <script> export default { data() { return { value: 'hell world', } }, } </script>
← Input 输入框 Select 选择器 →