prettier/tests/insert-pragma/vue/without-pragma.vue

12 lines
147 B
Vue

<template>
<div>This will be pre-compiled</div>
</template>
<script>
const x = 1;
</script>
<style src="./my-component.css"></style>