许彦峰 33dcc6251b node版本说明:about.md
不适用pug
2019-03-15 12:54:20 +08:00

19 lines
278 B
Vue

<template lang="pug">
div options
</template>
<script>
export default {
data: () => ({}),
computed: {},
created() {
},
mounted() {
},
methods: {}
}
</script>
<style>
div {
color: blue
}
</style>