5 lines
217 B
Vue
5 lines
217 B
Vue
<!-- TimersList.vue -->
|
|
<template src="@/views/TimersList/TimersList.html"></template>
|
|
<script lang="ts" src="@/views/TimersList/TimersList.ts"></script>
|
|
<style src="@/views/TimersList/TimersList.css" scoped></style>
|