米琪卡哇伊
//index.vue<script> import template from './index.html'export default { template}</script><style scoped> @import './index.css';</style>//index.html<input type="text" class="input">//index.css.input { width: 100%; padding: 8px 10px; border: 1px solid blue;}