💄 Site > File tree > Add style
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<template src="./template.html"></template>
|
||||
<script src="./script.js"></script>
|
||||
<style src="./style.styl" lang="stylus"></style>
|
||||
<style src="./style.styl" lang="stylus" scoped></style>
|
||||
@@ -22,6 +22,11 @@ export default
|
||||
|
||||
downloadUrl()
|
||||
{
|
||||
if(!this.currentProject)
|
||||
{
|
||||
return ''
|
||||
}
|
||||
|
||||
return `${this.$store.state.url}/${this.currentProject.slug}/download`
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user