nvim-ts-autotag/sample/index.vue

25 lines
208 B
Vue
Raw Normal View History

2021-03-08 06:19:01 -06:00
<template>
<div class="aaa">
2021-03-08 20:26:36 -06:00
<Img
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>