nvim-ts-autotag/sample/index.vue

26 lines
212 B
Vue
Raw Normal View History

2021-03-08 06:19:01 -06:00
<template>
<div class="aaa">
</div>
</template>
<script>
export default {
name: 'Sample',
data() {
},
props: {
},
mounted() {
}
};
</script>
<style scoped>
.sample{
width:`100px`;
}
</style>