node版本说明:about.md

不适用pug
This commit is contained in:
许彦峰
2019-03-15 12:54:20 +08:00
parent e7adf25ccf
commit 33dcc6251b
19 changed files with 2651 additions and 2613 deletions

View File

@@ -1,8 +1,9 @@
import Vue from 'vue'
import root from './root.vue'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#root',
render: h => h(root)
el: '#root',
render: h => h(root)
})

View File

@@ -1,18 +1,24 @@
<template lang="pug">
div tab
<div>
<button>222</button>
</div>
</template>
<script>
export default {
data: () => ({
}),
computed: { },
created () { },
mounted () { },
methods: { }
}
export default {
data: () => ({}),
computed: {},
created() {
},
mounted() {
},
methods: {}
}
</script>
<style lang="scss">
div {
color: blue
}
div {
color: blue
}
</style>