a8e788a215
subrepo: subdir: "dotfiles/.vim/plugged/vim-prettier" merged: "5e6cca21" upstream: origin: "https://github.com/prettier/vim-prettier.git" branch: "master" commit: "5e6cca21" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
14 lines
263 B
Vue
14 lines
263 B
Vue
<template> <div class="example">{{ msg }}</div> </template>
|
|
|
|
<script>
|
|
export default {
|
|
data () { return { msg: 'Hello world!' } } }
|
|
</script>
|
|
|
|
<style>
|
|
.example { color: red; }
|
|
</style>
|
|
|
|
<custom1>
|
|
This could be e.g. documentation for the component.
|
|
</custom1>
|