mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
fix: with-vue-material lint and dependency issue
This commit is contained in:
parent
2f372c9644
commit
5f57166feb
@ -3,7 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"nuxt": "latest",
|
||||
"vue-material": "^1.0.0-beta-6"
|
||||
"vue": "~2.4.4",
|
||||
"vue-material": "beta"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
|
@ -78,13 +78,13 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
export default {
|
||||
name: 'Sidenav',
|
||||
data: () => ({
|
||||
showNavigation: false,
|
||||
showSidepanel: false
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
Loading…
Reference in New Issue
Block a user