bbonnin / pulsar-express

Simple Web Interface for Apache Pulsar
Apache License 2.0
111 stars 20 forks source link

Add error handling, change attribute syntax #63

Open johnparn opened 1 year ago

johnparn commented 1 year ago

Hi!

Tried pulsar-express out and ran into some minor issues in master. I haven't done any VueJS before so the changes I propose may be solved in a bit more vueish way.

Anyway, I added error handling for dynamic image requiring in breadcrumb as workers.png is missing in assets. There is a change of attribute syntax to use v-bind instead of interpolation of value inside attributes on workers page as the compiler threw an error on that.