Merge branch 'master' into gh-262

This commit is contained in:
Rich Harris
2018-07-14 21:59:39 -04:00
5 changed files with 29 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
$&
<script>
export default {
preload() {
return '$&';
}
};
</script>