猿问

vue的js html和css可以分开写吗

代码太多了,应该怎么分开引入,小白求解

慕村9548890
浏览 4102回答 2
2回答

米琪卡哇伊

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

婷婷同学_

<template><div>This will be pre-compiled</div></template><script src="./my-component.js"></script><style src="./my-component.css"></style>
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答