nvim-ts-autotag/sample/index.vue

26 lines
199 B
Vue
Raw Normal View History

2021-03-08 06:19:01 -06:00
<template>
2021-03-09 22:48:00 -06:00
<div> </div>
2021-03-08 06:19:01 -06:00
</template>
<script>
export default {
name: 'Sample',
data() {
},
props: {
},
mounted() {
}
};
</script>
<style scoped>
.sample{
2021-03-08 20:26:36 -06:00
width:100px;
2021-03-08 06:19:01 -06:00
}
</style>