mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 04:45:24 +00:00
node版本说明:about.md
不适用pug
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user