5 lines
212 B
Vue
5 lines
212 B
Vue
<template src="./template.html"></template>
|
|
<script lang="ts" src="./script.ts"></script>
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
<style scoped lang="scss" src="./style.scss"></style>
|