5 lines
66 B
Vue
5 lines
66 B
Vue
<template lang="pug">
|
|
div
|
|
p {{ 'Hello world' }}
|
|
</template>
|
<template lang="pug">
|
|
div
|
|
p {{ 'Hello world' }}
|
|
</template>
|