modular plugin settings
This commit is contained in:
parent
9469780d10
commit
3f5d382189
8 changed files with 821 additions and 937 deletions
|
|
@ -140,3 +140,11 @@ snippet .tran "vue transition selector"
|
|||
}
|
||||
}$0
|
||||
endsnippet
|
||||
|
||||
snippet script "<script> ...</script>"
|
||||
<script>
|
||||
export default {
|
||||
name: '$0',
|
||||
};
|
||||
</script>
|
||||
endsnippet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue