feat: 移除无用的 __filename 设置

This commit is contained in:
FairyEver
2020-04-21 17:33:06 +08:00
parent c0e83dee07
commit c19ff32287
15 changed files with 0 additions and 100 deletions

View File

@@ -12,16 +12,6 @@
</d2-container>
</template>
<script>
export default {
data () {
return {
filename: __filename
}
}
}
</script>
<style lang="scss" scoped>
.icon-card {
display: flex;

View File

@@ -8,16 +8,6 @@
</d2-container>
</template>
<script>
export default {
data () {
return {
filename: __filename
}
}
}
</script>
<style lang="scss" scoped>
.icon-demo {
transition: all .3s;