prettier/tests/range_vue/example.vue

13 lines
243 B
Vue

<template>
<p>Templates are formatted as well...
</p>
</template>
<<<PRETTIER_RANGE_START>>><script>
let Prettier = format => { your.js('though') }
</script><<<PRETTIER_RANGE_END>>>
<style>
.and { css: too !important }
</style>