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