This commit is contained in:
ManjaroOne666 2019-04-09 22:47:26 +01:00
parent 56c4ecf8f8
commit 09f8db096e
1 changed files with 4 additions and 0 deletions

View File

@ -113,3 +113,7 @@ snippet style "<style ..."
$0
</style>
endsnippet
snippet impc "import ... from '~/components...';"
import $1 from '~/components/$1';$0
endsnippet