prettier/tests/range_vue/example.vue

13 lines
243 B
Vue
Raw Normal View History

<template>
2018-12-07 18:34:26 +03:00
<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>