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

11 lines
164 B
Vue
Raw Normal View History

2018-06-25 05:44:00 +03:00
<!-- @prettier -->
<template>
<div>This will be pre-compiled</div>
</template>
<script>
const x = 1;
</script>
<style src="./my-component.css"></style>