vue css js html 进行分离

呵呵 很简单的知识  平时还经常用到,       面试的时候  竟然直接挂了;


引入 引入  直接引入

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



猜你喜欢

转载自blog.csdn.net/qinlulucsdn/article/details/80314971
今日推荐