custom CSS styles for links and blocks
Hello, this project looks very promising. Your code is beautiful and clean. I'd like to try to use vue-blocks in my side Quasar project and hope, that those (and more in future) changes will somehow be up to your high quality of code. Cheers!
Hello. Thank you for the PR and compliments. I will accept your PR, but could you make some changes.
- Remove empty blocks from css (you marked them as "empty ruleset") to make the code cleaner.
- Correct the "delete" button in height, now it is stuck to the top edge.
- In "deleteMark" need to enable html tags, for example, to use font awesome.
Thank you.

hmm, I'm not sure if this is correct way to push today commits to your great repository... Little confused haha Anyway, the changes has been made and there are some new additions. In the spirit of styling there is an option for default styles for the blocks.
BEWARE: there are intentionally ugly colors in current App.vue demonstration! We should check if this is in spirit with your code. I'm not entirely convinced, that the new names for variables etc. are ideally matching your style.
Food for thought:
-
wonder if blocks should have default styles, too?
-
the z-index of links is not compatible with blocks - the links are behind the panel and blocks are above:

-
wonder if global defaults should be also exported and imported
-
have some problems with javascript import of this package, maybe it is something with package.json and module params in it?
-
I wonder if updating the scene should be guarded by debouncer? Of if this should be an option?
I plan to check this awesome vue-blocks in Quasar framework, for example, there is a debouncer out of the box: https://quasar.dev/quasar-utils/other-utils#Debounce-Function
- I really would like to have an option of block content as a Vue component. It shouldn't be a problem because of this: https://vuejs.org/v2/guide/components.html#Dynamic-Components BUT I'd like to test if this will work with Quasar components. Cheers!
wonder if blocks should have default styles, too?
I think yes.
the z-index of links is not compatible with blocks - the links are behind the panel and blocks are above:
A panel is not part of the project, it is just an example of how to use custom variables in blocks.
wonder if global defaults should be also exported and imported
if you are talking about the state of blocks and scenes, then I think it should be empty.
have some problems with javascript import of this package, maybe it is something with package.json and module params in it?
Oh, yes, I think you're right, I did not know about this setting, check to see if it was fixed. https://github.com/ghostiam/vue-blocks/commit/87fbb4d1dfb32ee5da42c4192a169b00f143eeed
I wonder if updating the scene should be guarded by debouncer? Of if this should be an option?
That's a good question. I had no problems with it, but most likely, the problem may be.