mirror of
https://github.com/helix-editor/helix
synced 2026-08-02 01:34:22 +02:00
15 lines
458 B
Vue
15 lines
458 B
Vue
<template>
|
|
<section class="box">
|
|
<!-- ^ @attribute -->
|
|
<!-- ^ @string -->
|
|
<MyComp :prop="x" @click="go" v-if="ok">{{ count }}</MyComp>
|
|
<!-- ^ @tag -->
|
|
<!-- ^ @attribute -->
|
|
<!-- ^ @variable -->
|
|
<!-- ^ @variable -->
|
|
<!-- ^ @variable -->
|
|
<!-- ^ @tag -->
|
|
</section>
|
|
<!--^ @tag -->
|
|
</template>
|