編碼的世界 / 優質文選 / 生涯

vue css js html 進行分離


2022年3月28日
-   

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

 
 

熱門文章