vue css js html 进行分离

  • Post author:
  • Post category:vue



引入 引入  直接引入

<template>
  <div>This will be pre-compiled</div>
</template>
<script src="./my-component.js"></script>
<style src="./my-component.css"></style>



版权声明:本文为qinlulucsdn原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。