当前位置: 首页 > 工具软件 > JsHtml > 使用案例 >

vue css js html 进行分离

董俊晖
2023-12-01

引入 引入  直接引入

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

 

 

 类似资料: