modular plugin settings

This commit is contained in:
ManjaroOne666 2019-04-20 11:56:33 +01:00
commit 3f5d382189
8 changed files with 821 additions and 937 deletions

View file

@ -140,3 +140,11 @@ snippet .tran "vue transition selector"
}
}$0
endsnippet
snippet script "<script> ...</script>"
<script>
export default {
name: '$0',
};
</script>
endsnippet